* Hopefully this works.

svn path=/nixpkgs/trunk/; revision=7793
This commit is contained in:
Eelco Dolstra 2007-01-24 17:50:51 +00:00
parent 2256eddad0
commit 1e38eaa5cb
1 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ stdenv.mkDerivation {
sha256 = "1cl0yd3blynjslzz05312bzg1dbymmj8pg88bhnr4p3rqxrlmhx9"; sha256 = "1cl0yd3blynjslzz05312bzg1dbymmj8pg88bhnr4p3rqxrlmhx9";
}; };
buildInputs = [unzip ghc wxGTK]; buildInputs = [unzip ghc wxGTK];
buildFlags = "wx"; postInstall = "
installTargets = "install install-wx"; make wx
make wx-install
";
} }