Loading pkgs/by-name/li/libtar/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ autoreconfHook ]; configureFlags = [ "CFLAGS=-std=gnu17" ]; # libtar/Makefile.in hardcodes `INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s`, # which runs bare `strip` during `make install`. This fails in cross builds # where only the prefixed strip (e.g. aarch64-unknown-linux-gnu-strip) is Loading Loading
pkgs/by-name/li/libtar/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ autoreconfHook ]; configureFlags = [ "CFLAGS=-std=gnu17" ]; # libtar/Makefile.in hardcodes `INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s`, # which runs bare `strip` during `make install`. This fails in cross builds # where only the prefixed strip (e.g. aarch64-unknown-linux-gnu-strip) is Loading