GNU Acct: Don't build on Cygwin.
svn path=/nixpkgs/trunk/; revision=17225
This commit is contained in:
parent
effabb0950
commit
18ca37341b
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.gnu.org/software/acct/;
|
homepage = http://www.gnu.org/software/acct/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user