Hi Armijn, Armijn Hemel <[email protected]> writes:
> You can view the changes in this commit at: > https://svn.nixos.org/viewvc/nix?rev=19504&view=rev > > Modified: > > nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ncurses/default.nix > > Log: > remove GNUism [...] > --- > nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ncurses/default.nix > 2010-01-17 21:34:55 UTC (rev 19503) > +++ > nixpkgs/branches/stdenv-updates/pkgs/development/libraries/ncurses/default.nix > 2010-01-17 21:52:11 UTC (rev 19504) > @@ -21,7 +21,7 @@ > # compatibility links from the the "normal" libraries to the > # wide-character libraries (e.g. libncurses.so to libncursesw.so). > postInstall = if unicode then '' > - chmod -v 644 $out/lib/libncurses++w.a > + chmod 644 $out/lib/libncurses++w.a This is a lost cause. The BSD ports of Nixpkgs are switching to Coreutils anyway. Thanks, Ludo’. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
