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/expat/default.nix

8 lines
218 B
Nix
Raw Normal View History

* Remove trivial builders. * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
{stdenv, fetchurl}: stdenv.mkDerivation {
update to 2.0.1 svn path=/nixpkgs/trunk/; revision=10030
2007-12-31 22:20:33 +00:00
name = "expat-2.0.1";
* Converted some more packages. * Subversion no longer needs libxml2 (just expat). svn path=/nixpkgs/trunk/; revision=478
2003-11-05 12:17:48 +00:00
src = fetchurl {
update to 2.0.1 svn path=/nixpkgs/trunk/; revision=10030
2007-12-31 22:20:33 +00:00
url = mirror://sourceforge/expat/expat-2.0.1.tar.gz;
sha256 = "14sy5qx9hgjyfs743iq8ywldhp5w4n6cscqf2p4hgrw6vys60xl4";
* Added assertions and defaults to the Subversion package. * Some cleanups. svn path=/nixpkgs/trunk/; revision=482
2003-11-05 16:28:26 +00:00
};
* Converted some more packages. * Subversion no longer needs libxml2 (just expat). svn path=/nixpkgs/trunk/; revision=478
2003-11-05 12:17:48 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 4442ms Template: 16ms
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