mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
cygwin: gnutar fpending
This commit is contained in:
parent
6756d7cdf8
commit
3961eb8a6c
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
|||||||
# cannot be used as a login shell for now.
|
# cannot be used as a login shell for now.
|
||||||
FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux" || stdenv.isSunOS) "1";
|
FORCE_UNSAFE_CONFIGURE = stdenv.lib.optionalString (stdenv.system == "armv7l-linux" || stdenv.isSunOS) "1";
|
||||||
|
|
||||||
|
preConfigure = if stdenv.isCygwin then ''
|
||||||
|
sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,'
|
||||||
|
'' else null;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/tar/;
|
homepage = http://www.gnu.org/software/tar/;
|
||||||
description = "GNU implementation of the `tar' archiver";
|
description = "GNU implementation of the `tar' archiver";
|
||||||
|
Loading…
Reference in New Issue
Block a user