Loading pkgs/by-name/pa/pax-utils/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ buildPackages, docbook_xml_dtd_44, docbook_xsl, withFuzzing ? stdenv.hostPlatform.isLinux, withLibcap ? stdenv.hostPlatform.isLinux, withSeccomp ? stdenv.hostPlatform.isLinux, libcap, pkg-config, meson, Loading @@ -18,18 +20,20 @@ stdenv.mkDerivation rec { pname = "pax-utils"; version = "1.3.8"; version = "1.3.10"; src = fetchgit { url = "https://anongit.gentoo.org/git/proj/pax-utils.git"; rev = "v${version}"; hash = "sha256-fOdiZcS1ZWGN8U5v65LzGIZJD6hCl5dbLMHDpSyms+8="; hash = "sha256-qoFXQ/RqvdjsVhXVZZjWKnE0khak9HjOGi/UrfTLS8M="; }; strictDeps = true; mesonFlags = [ (lib.mesonBool "use_fuzzing" withFuzzing) (lib.mesonEnable "use_libcap" withLibcap) (lib.mesonBool "use_seccomp" withSeccomp) ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; Loading Loading
pkgs/by-name/pa/pax-utils/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ buildPackages, docbook_xml_dtd_44, docbook_xsl, withFuzzing ? stdenv.hostPlatform.isLinux, withLibcap ? stdenv.hostPlatform.isLinux, withSeccomp ? stdenv.hostPlatform.isLinux, libcap, pkg-config, meson, Loading @@ -18,18 +20,20 @@ stdenv.mkDerivation rec { pname = "pax-utils"; version = "1.3.8"; version = "1.3.10"; src = fetchgit { url = "https://anongit.gentoo.org/git/proj/pax-utils.git"; rev = "v${version}"; hash = "sha256-fOdiZcS1ZWGN8U5v65LzGIZJD6hCl5dbLMHDpSyms+8="; hash = "sha256-qoFXQ/RqvdjsVhXVZZjWKnE0khak9HjOGi/UrfTLS8M="; }; strictDeps = true; mesonFlags = [ (lib.mesonBool "use_fuzzing" withFuzzing) (lib.mesonEnable "use_libcap" withLibcap) (lib.mesonBool "use_seccomp" withSeccomp) ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; Loading