Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/haskell/uulib/default.nix

13 lines
279 B
Nix
Raw Normal View History

added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh) svn path=/nixpkgs/trunk/; revision=4588
2006-01-25 11:19:21 +00:00
{stdenv, fetchurl, ghc}:
stdenv.mkDerivation {
name = "uulib-0.9.2";
src = fetchurl {
* Copy even more files (in particular from losser.st-lab.cs.uu.nl, can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00
url = http://nix.cs.uu.nl/dist/tarballs/uulib-0.9.2-src.tar.gz;
added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh) svn path=/nixpkgs/trunk/; revision=4588
2006-01-25 11:19:21 +00:00
md5 = "0cc9acc6a268e2bc5c8a954e67406e2d";
};
builder = ./builder.sh;
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
#buildInputs = [ ghc ];
added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh) svn path=/nixpkgs/trunk/; revision=4588
2006-01-25 11:19:21 +00:00
inherit ghc;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 252ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API