Skip to content

Commit

Permalink
nix: remove double definition for e2fsprogs
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe authored and haircommander committed Aug 25, 2020
1 parent 76548e1 commit 9d61f0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/default.nix
Expand Up @@ -11,7 +11,6 @@ let
config = {
packageOverrides = pkg: {
autogen = (static pkg.autogen);
e2fsprogs = (static pkg.e2fsprogs);
glib = (static pkg.glib).overrideAttrs(x: {
outputs = [ "bin" "out" "dev" ];
mesonFlags = [
Expand Down Expand Up @@ -39,7 +38,7 @@ let
sed -ri "s;$out/(.*);$nukedRef/\1;g" $lib/lib/libsystemd.a
'';
});
e2fsprogs = pkg.e2fsprogs.overrideAttrs(x: {
e2fsprogs = (static pkg.e2fsprogs).overrideAttrs(x: {
postPatch = x.postPatch + ''
rm -rf tests/d_fallocate*
'';
Expand Down

0 comments on commit 9d61f0f

Please sign in to comment.