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/gtk+/glib/default.nix

13 lines
329 B
Nix
Raw Normal View History

* Converted more packages. svn path=/nixpkgs/trunk/; revision=488
2003-11-06 15:24:19 +00:00
{stdenv, fetchurl, pkgconfig, gettext, perl}:
* "!isNull x" -> "x != null". Done automatically. Hope nothing broke. svn path=/nixpkgs/trunk/; revision=870
2004-03-29 10:25:25 +00:00
assert pkgconfig != null && gettext != null && perl != null;
* Converted more packages. svn path=/nixpkgs/trunk/; revision=488
2003-11-06 15:24:19 +00:00
* 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.mkDerivation {
* Converted more packages. svn path=/nixpkgs/trunk/; revision=488
2003-11-06 15:24:19 +00:00
name = "glib-2.2.3";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.3.tar.bz2;
md5 = "aa214a10d873b68ddd67cd9de2ccae55";
};
* More freedesktop.org X11 modules. * Cleaned up some packages. svn path=/nixpkgs/trunk/; revision=883
2004-03-30 17:28:41 +00:00
buildInputs = [pkgconfig gettext perl];
* Converted more packages. svn path=/nixpkgs/trunk/; revision=488
2003-11-06 15:24:19 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 35ms Template: 2ms
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