e2fsprogs: avoid larger rebuild on Linux

I didn't notice this.  Perhaps it's through libarchive.
This commit is contained in:
Vladimír Čunát 2017-02-26 11:01:44 +01:00
parent 6afdc516b5
commit 488ece8169
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "dev" "out" "man" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libuuid gettext ];
buildInputs = [ libuuid ] ++ stdenv.lib.optional (!stdenv.isLinux) gettext;
crossAttrs = {
preConfigure = ''