nixpkgs/pkgs/development/compilers/ghc-wrapper/default.nix
Christof Douma 8d4e61d096 change uulib to store all dependencies to package.conf
added ghc-wrapper to use a generated global package.conf
added uuagc

svn path=/nixpkgs/trunk/; revision=4608
2006-01-27 10:16:15 +00:00

8 lines
121 B
Nix

{stdenv, ghc, libraries}:
stdenv.mkDerivation {
name = ghc.name;
inherit ghc libraries;
builder = ./builder.sh;
}