* ncurses: added symlinks for bynary packages linked against libncurses. Tested

with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin:  Got rid of builder.sh, added ncurses to the dependencies, so it builds
           finch.
* xorg:    Added glproto and mesaHeaders to xf86videosis dependencies. Now it
           compiles.
* pwgen:   Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2:          Version bump. Added 'static' option for use in initrd.

svn path=/nixpkgs/trunk/; revision=8923
This commit is contained in:
Yury G. Kudryashov
2007-06-28 09:53:12 +00:00
parent d80093f2ff
commit 40657fbece
8 changed files with 45 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ stdenv.mkDerivation {
rm -vf $out/lib/lib\${lib}.so
echo \"INPUT(-l\${lib}w)\" > $out/lib/lib\${lib}.so
ln -svf lib\${lib}w.a $out/lib/lib\${lib}.a
ln -svf lib\${lib}w.so.5 $out/lib/lib\${lib}.so.5
done;
";
}