Michael Raskin
7d7850cf03
Added possibility to make suffixed wrapped firefoxes. Yes, to have beta&release at once.
...
svn path=/nixpkgs/trunk/; revision=9789
2007-11-24 10:49:52 +00:00
Michael Raskin
0a830a172b
Added Firefox 3 beta 1 (Minefield)
...
svn path=/nixpkgs/trunk/; revision=9773
2007-11-21 22:38:25 +00:00
Eelco Dolstra
7a424b47f6
* Revert the setup hook changes on the trunk (but they remain on the
...
stdenv-updates branch).
svn path=/nixpkgs/trunk/; revision=9652
2007-11-12 13:51:46 +00:00
Michael Raskin
b39c62675d
Added OpenSSL gmp propagation; libtool dependency to elinks
...
svn path=/nixpkgs/trunk/; revision=9646
2007-11-11 20:35:21 +00:00
Yury G. Kudryashov
80ba72a288
Added some features to elinks
...
svn path=/nixpkgs/trunk/; revision=9630
2007-11-11 15:52:09 +00:00
Eelco Dolstra
1bc214fd59
* Latest MPlayer plugin.
...
svn path=/nixpkgs/trunk/; revision=9576
2007-11-04 17:16:52 +00:00
Eelco Dolstra
c7521fb6d9
* Firefox 2.0.0.9.
...
svn path=/nixpkgs/trunk/; revision=9572
2007-11-02 11:00:48 +00:00
Marc Weber
458895e930
Opera update - I hope I haven't broken anything? I haven't restarted opera yet :)
...
svn path=/nixpkgs/trunk/; revision=9556
2007-10-30 01:51:15 +00:00
Eelco Dolstra
cdc7562c63
* Firefox 2.0.0.8
...
svn path=/nixpkgs/trunk/; revision=9489
2007-10-19 15:15:28 +00:00
Eelco Dolstra
bd0e895bad
* Release notes.
...
* Linux 2.6.22.6.
* w3m 0.5.2.
svn path=/nixpkgs/trunk/; revision=9305
2007-09-11 20:05:54 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Marc Weber
8544d7313f
additionally copying the lib/opera/plugin/libnpp.so into the executable
...
directory to make plugins work and get rid of the missing library warning
svn path=/nixpkgs/trunk/; revision=9244
2007-09-03 15:07:19 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
b5db5e6e61
* Fix /bin/pwd and /bin/ls so that `firefox <filename>' works on
...
NixOS.
svn path=/nixpkgs/trunk/; revision=9173
2007-08-20 13:04:14 +00:00
Michael Raskin
c3529a7a73
Changed hash to match updated download on macromedia site.
...
svn path=/nixpkgs/trunk/; revision=9032
2007-08-02 21:37:38 +00:00
Eelco Dolstra
f643c7bcb8
* Another security critical release.
...
svn path=/nixpkgs/trunk/; revision=9028
2007-08-01 15:48:26 +00:00
Eelco Dolstra
7d5152714e
* Some updates.
...
svn path=/nixpkgs/trunk/; revision=9025
2007-07-28 20:19:33 +00:00
Yury G. Kudryashov
4b33c46279
* ion-3 and elinks added, missprint in qt-4 corrected
...
svn path=/nixpkgs/trunk/; revision=8993
2007-07-17 19:29:53 +00:00
Eelco Dolstra
958e4ce394
* Firefox 2.0.0.4.
...
svn path=/nixpkgs/trunk/; revision=8819
2007-06-02 17:16:54 +00:00
Eelco Dolstra
ffa7b32970
* Wrapped Firefox: make it evaluate on x86_64-linux.
...
svn path=/nixpkgs/trunk/; revision=8707
2007-05-16 14:34:27 +00:00
Armijn Hemel
d2086b5e53
lynx 2.8.6
...
svn path=/nixpkgs/trunk/; revision=8687
2007-05-14 01:36:50 +00:00
Eelco Dolstra
168a93adc5
* Delete some obsolete packages.
...
* Make sure that every package in all-packages.nix has a unique name.
Not all of them do, but there are now a few helper functions that
modify the name of a package for display purposes in nix-env (e.g.,
you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa").
svn path=/nixpkgs/trunk/; revision=8607
2007-04-26 13:02:30 +00:00
Eelco Dolstra
8ede3fba35
* Firefox 2.0.0.3.
...
svn path=/nixpkgs/trunk/; revision=8499
2007-03-30 07:28:38 +00:00
Eelco Dolstra
e710cf33b4
* Firefox 2.0.0.2.
...
svn path=/nixpkgs/trunk/; revision=8139
2007-03-01 19:54:36 +00:00
Eelco Dolstra
714da445bb
* pkgconfig 0.21 is now the default.
...
* Some hackery to get Firefox to build again.
svn path=/nixpkgs/trunk/; revision=8076
2007-02-27 15:15:20 +00:00
Eelco Dolstra
c036d1d48f
* Adobe Reader 7.0.9.
...
* Renamed the Flash Player directories.
svn path=/nixpkgs/trunk/; revision=7831
2007-02-01 15:07:52 +00:00
Eelco Dolstra
f752af2637
* Flash Player 9 final. Also fixed sound support (it needs ALSA).
...
svn path=/nixpkgs/trunk/; revision=7794
2007-01-24 18:01:00 +00:00
Eelco Dolstra
f861c8b66c
* makeFlags -> buildFlags in a few places.
...
svn path=/nixpkgs/trunk/; revision=7503
2006-12-27 18:34:35 +00:00
Eelco Dolstra
bbe62e266b
* Remove references to dontMakeInstall.
...
svn path=/nixpkgs/trunk/; revision=7500
2006-12-27 18:24:26 +00:00
Eelco Dolstra
b36d027ad7
* Firefox 2.0.0.1.
...
svn path=/nixpkgs/trunk/; revision=7486
2006-12-27 16:57:53 +00:00
Eelco Dolstra
cca1ba0372
* Latest Flash beta.
...
svn path=/nixpkgs/trunk/; revision=7292
2006-12-09 17:27:59 +00:00
Eelco Dolstra
71285201cd
* Doh! Copy *all* the plugins. No wonder most videos didn't work
...
anymore...
svn path=/nixpkgs/trunk/; revision=7272
2006-12-07 22:00:10 +00:00
Eelco Dolstra
2f0d625a7a
* Flash Player 9 Beta (enabled in the Firefox wrapper).
...
svn path=/nixpkgs/trunk/; revision=6925
2006-11-01 14:27:20 +00:00
Eelco Dolstra
b90781ec21
* Renamed orig-glibc -> orig-libc in some places, and in others, use
...
the new $NIX_GCC/nix-support/dynamic-linker file to locate the
dynamic linker directly (don't hardcode ld-linux.so.2).
svn path=/nixpkgs/trunk/; revision=6873
2006-10-27 12:43:32 +00:00
Eelco Dolstra
d4578254b0
* Move.
...
svn path=/nixpkgs/trunk/; revision=6817
2006-10-24 08:07:15 +00:00
Eelco Dolstra
f7b32f6bde
* Firefox 2.0.
...
svn path=/nixpkgs/trunk/; revision=6816
2006-10-24 08:06:18 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
368c196a62
* More descriptions.
...
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
808846b2c9
* Firefox 2.0 RC 1.
...
svn path=/nixpkgs/trunk/; revision=6655
2006-10-04 13:59:41 +00:00
Eelco Dolstra
d4f1a3ef86
* Opera 9.02.
...
svn path=/nixpkgs/trunk/; revision=6622
2006-09-29 09:06:56 +00:00
Eelco Dolstra
5bfc14d14c
* Latest MPlayer plugin.
...
svn path=/nixpkgs/trunk/; revision=6542
2006-09-17 14:02:52 +00:00
Eelco Dolstra
8bccec9c3d
* --enable-canvas, and pass through gtk.
...
svn path=/nixpkgs/trunk/; revision=6541
2006-09-17 14:00:54 +00:00
Eelco Dolstra
12dc491db5
* --with-system-cairo -> --enable-system-cairo.
...
svn path=/nixpkgs/trunk/; revision=6538
2006-09-17 09:53:12 +00:00
Eelco Dolstra
7927e7cd1f
* Firefox 1.5.0.7, Thunderbird 1.5.0.7.
...
svn path=/nixpkgs/trunk/; revision=6537
2006-09-17 09:44:36 +00:00
Eelco Dolstra
bf1e734f85
* Don't use the subpath operator (~) anymore, it's subsumed by normal
...
concatenation (+).
svn path=/nixpkgs/trunk/; revision=6080
2006-08-09 15:05:30 +00:00
Armijn Hemel
6efea74e8e
use the right hash :o
...
svn path=/nixpkgs/trunk/; revision=6038
2006-08-03 21:45:44 +00:00
Armijn Hemel
c48c2aa23b
firefox 1.5.0.6
...
svn path=/nixpkgs/trunk/; revision=6037
2006-08-03 18:04:39 +00:00
Eelco Dolstra
961c6e50e5
* Firefox 1.5.0.5.
...
svn path=/nixpkgs/trunk/; revision=5986
2006-07-28 13:35:09 +00:00
Eelco Dolstra
c40a94ad07
* Doh.
...
svn path=/nixpkgs/trunk/; revision=5375
2006-06-04 13:39:04 +00:00
Eelco Dolstra
79fd001662
* Firefox 1.5.0.4.
...
svn path=/nixpkgs/trunk/; revision=5374
2006-06-04 12:45:37 +00:00
Eelco Dolstra
c63f4278c7
* Firefox 1.5.0.3.
...
svn path=/nixpkgs/trunk/; revision=5263
2006-05-03 18:35:31 +00:00
Eelco Dolstra
01ca1e7fef
* Graphics support in w3m. Must be seen to be believed. Disabled by
...
default; set graphicsSupport to true in all-packages.nix to enable.
svn path=/nixpkgs/trunk/; revision=5237
2006-04-28 19:02:52 +00:00
Eelco Dolstra
b3b9118eab
* Firefox 1.5.0.2.
...
svn path=/nixpkgs/trunk/; revision=5161
2006-04-14 16:08:35 +00:00
Eelco Dolstra
09a9cae715
* Merged the usability branch (from trunk@4749 to branches/usability@5087).
...
svn path=/nixpkgs/trunk/; revision=5088
2006-03-24 12:25:19 +00:00
Eelco Dolstra
baec8f5b38
* stdenv.mkDerivation now takes an optional attribute "meta" that
...
contains arbitrary information about a package, like this:
meta = {
homepage = "http://gcc.gnu.org/ ";
license = "GPL/LGPL";
description = "GNU Compiler Collection, 4.0.x";
};
The "meta" attribute is not passed to the actual derivation
operation, so it's not a dependency --- changes to "meta" attributes
don't trigger a recompilation.
Now we have to standardise some useful attributes ;-)
svn path=/nixpkgs/branches/usability/; revision=5024
2006-03-10 16:12:46 +00:00
Eelco Dolstra
dff1c50b1b
* Typo: "--enable-swg" -> "--enable-svg".
...
svn path=/nixpkgs/trunk/; revision=4928
2006-02-28 12:03:35 +00:00
Eelco Dolstra
a9efb9d155
* Firefox: don't use internal jpeg, png, zlib, cairo.
...
svn path=/nixpkgs/trunk/; revision=4819
2006-02-16 08:46:28 +00:00
Eelco Dolstra
bbda87fc30
* Fix the title bar icon.
...
svn path=/nixpkgs/trunk/; revision=4818
2006-02-15 17:15:16 +00:00
Eelco Dolstra
9012efbaef
* Make the Firefox build more like xulrunner (e.g., don't using
...
.mozconfig).
* Optionally build Firefox with official branding (so that it calls
itself "Firefox" instead of "Deer Park"). This should not be turned
on for the channel!
svn path=/nixpkgs/trunk/; revision=4817
2006-02-15 17:04:11 +00:00
Eelco Dolstra
26f98860c1
* Opera 8.51 (on Linux).
...
svn path=/nixpkgs/trunk/; revision=4782
2006-02-10 12:15:04 +00:00
Eelco Dolstra
5c11ecb7f1
* Firefox 1.5.0.1.
...
svn path=/nixpkgs/trunk/; revision=4747
2006-02-07 11:07:18 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel
e8488e3b71
add the links browser. This package built immediately, so I believe something is not pure...
...
svn path=/nixpkgs/trunk/; revision=4440
2005-12-26 16:13:04 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
c7804cb0e5
* Idem.
...
svn path=/nixpkgs/trunk/; revision=4324
2005-11-30 05:49:28 +00:00
Eelco Dolstra
8e64101900
* Idem.
...
svn path=/nixpkgs/trunk/; revision=4323
2005-11-30 05:45:12 +00:00
Eelco Dolstra
d17cafb294
* Firefox 1.5.
...
svn path=/nixpkgs/trunk/; revision=4321
2005-11-30 05:42:29 +00:00
Eelco Dolstra
7ba4b74bef
* Firefox 1.5rc3.
...
svn path=/nixpkgs/trunk/; revision=4292
2005-11-19 14:19:39 +00:00
Eelco Dolstra
4bdbf2c8c7
* Firefox 1.5rc2.
...
svn path=/nixpkgs/trunk/; revision=4288
2005-11-17 11:46:44 +00:00
Eelco Dolstra
0e5659c43a
* Firefox 1.5rc1.
...
svn path=/nixpkgs/trunk/; revision=4219
2005-11-04 12:58:50 +00:00
Armijn Hemel
0d7780bd71
whoops, this file does not belong here
...
svn path=/nixpkgs/trunk/; revision=4117
2005-10-22 11:51:53 +00:00
Armijn Hemel
3430d3d8a3
add the mozilla browser. The compilation process is nearly identical
...
to firefox, but there are some differences:
- don't source in $topsrcdir/browser/config/mozconfig (does not exist
it seems)
- different source tarball (different version that is)
- leave out the postinstall phase
svn path=/nixpkgs/trunk/; revision=4116
2005-10-22 11:51:30 +00:00
Eelco Dolstra
1ca2ca9457
* Firefox 1.5beta2.
...
svn path=/nixpkgs/trunk/; revision=4035
2005-10-08 15:52:03 +00:00
Eelco Dolstra
bdabd66a46
* Install ncurses header files in $out/include, not
...
$out/include/ncurses. This simplifies many builders.
svn path=/nixpkgs/trunk/; revision=4008
2005-10-04 14:24:19 +00:00
Eelco Dolstra
ffd49c15df
* Firefox 1.0.7.
...
svn path=/nixpkgs/trunk/; revision=3933
2005-09-22 05:46:41 +00:00
Eelco Dolstra
138959ae38
* Bah.
...
svn path=/nixpkgs/trunk/; revision=3842
2005-09-16 09:35:02 +00:00
Eelco Dolstra
5395da12ec
* Better purity.
...
svn path=/nixpkgs/trunk/; revision=3841
2005-09-16 09:18:49 +00:00
Eelco Dolstra
71d7ecd446
* Added w3m.
...
svn path=/nixpkgs/trunk/; revision=3827
2005-09-14 16:23:02 +00:00
Eelco Dolstra
78c1eb55df
* Firefox 1.5beta1.
...
svn path=/nixpkgs/trunk/; revision=3801
2005-09-09 15:44:15 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
d42f0b60fa
* Firefox 1.0.6.
...
svn path=/nixpkgs/trunk/; revision=3387
2005-07-20 08:46:47 +00:00
Eelco Dolstra
5c2f2d5325
* Firefox 1.0.5.
...
svn path=/nixpkgs/trunk/; revision=3337
2005-07-13 22:06:05 +00:00
Eelco Dolstra
6485d5fc09
* Firefox updated to 1.0.4.
...
svn path=/nixpkgs/trunk/; revision=3039
2005-05-12 14:42:06 +00:00
Eelco Dolstra
ba127513df
* Firefox updated to 1.0.3.
...
svn path=/nixpkgs/trunk/; revision=2557
2005-04-16 11:37:43 +00:00
Eelco Dolstra
7775caaa35
* Evacuate tarballs.
...
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Eelco Dolstra
a2feafba4f
* Firefox 1.0.2.
...
svn path=/nixpkgs/trunk/; revision=2449
2005-03-24 11:32:46 +00:00
Eelco Dolstra
f6e91bc9c9
* Merge r2396.
...
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra
a93b037be8
* Added RealPlayer plugin support to Firefox. It's disabled by
...
default for legal reasons, but you can enabled it by uncommenting it
in `all-packages-generic.nix', attribute `firefoxWrapper'.
svn path=/nixpkgs/trunk/; revision=2390
2005-03-12 13:35:27 +00:00
Eelco Dolstra
6ece42bad7
* MPlayer plugin 2.80.
...
svn path=/nixpkgs/trunk/; revision=2383
2005-03-11 14:27:34 +00:00
Eelco Dolstra
afdac00409
* Firefox 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=2298
2005-02-25 11:51:39 +00:00
Eelco Dolstra
eeff1fcdd1
* More wrapper generation features. The Firefox wrapper generator is
...
now just 3 lines.
svn path=/nixpkgs/trunk/; revision=2243
2005-02-16 11:38:52 +00:00
Eelco Dolstra
3bf404a3f2
* Let the Mozilla plugins announce where in their output the actual
...
plugins are, rather then requiring certain fixed directories.
svn path=/nixpkgs/trunk/; revision=2242
2005-02-16 11:24:40 +00:00
Eelco Dolstra
b930967805
* A utility function for the automatic generation of wrapper scripts.
...
svn path=/nixpkgs/trunk/; revision=2241
2005-02-16 11:13:18 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
6e7849e362
* Firefox 1.0.
...
svn path=/nixpkgs/trunk/; revision=1741
2004-11-10 08:31:08 +00:00
Eelco Dolstra
431d07a330
* Firefox 1.0rc2.
...
svn path=/nixpkgs/trunk/; revision=1702
2004-11-05 15:51:16 +00:00
Eelco Dolstra
d72d515068
* Add `--disable-freetype2'.
...
svn path=/nixpkgs/trunk/; revision=1672
2004-11-03 21:28:50 +00:00
Eelco Dolstra
8961308a07
* Firefox 1.0rc1.
...
svn path=/nixpkgs/trunk/; revision=1664
2004-11-03 16:27:38 +00:00
Eelco Dolstra
bb421a4972
* Pass arguments.
...
svn path=/nixpkgs/trunk/; revision=1623
2004-10-31 18:58:48 +00:00
Eelco Dolstra
4fbb44e598
* Enable the Java applet plugin (through Blackdown) in Firefox.
...
svn path=/nixpkgs/trunk/; revision=1567
2004-10-17 14:30:11 +00:00
Eelco Dolstra
8b01d4ef0a
* Added the Flash Player plugin.
...
* Plugins can specify extra directories to be added to LD_LIBRARY_PATH
by the Firefox wrapper. The Flash plugin need this since it's
installed from a binary distribution, and so doesn't set the RPATH
properly.
* Moved the MPlayer plugin to a plugins directory.
svn path=/nixpkgs/trunk/; revision=1566
2004-10-17 13:56:56 +00:00
Eelco Dolstra
c233d6f67c
* Wrapper around Firefox to add some default plugins (currently, the
...
MPlayer plugin).
svn path=/nixpkgs/trunk/; revision=1565
2004-10-17 13:28:28 +00:00
Eelco Dolstra
17257424b1
* Install header files again, they're needed to build plugins.
...
svn path=/nixpkgs/trunk/; revision=1563
2004-10-17 13:11:44 +00:00
Eelco Dolstra
5ef6c2a34e
* Extensions now work properly. The extensions datasource etc. are
...
now generated at build time (it turns out to be possible to do that
non-interactively, after all).
* Fixed creation of the bookmarks file (and other stuff) when creating
a new profile. When a new profile is created, it's copied from a
default profile which is part of the Firefox installation. However,
since the default profile directory is in the Nix store, it's
read-only. Firefox keeps the read-only permission when copying the
profile, so creating files in it (such as adding the bookmarks file)
fails. The `writable-copies' patch is a quick hack that adds write
permission when copying files/directories.
svn path=/nixpkgs/trunk/; revision=1542
2004-10-05 19:54:56 +00:00
Eelco Dolstra
19249b2d3f
* Firefox-1.0pre-PR-0.10.1 (uh...)
...
svn path=/nixpkgs/trunk/; revision=1539
2004-10-04 15:24:17 +00:00
Eelco Dolstra
7070dc0986
* Allow Firefox to be started again when there already is a running
...
instance.
svn path=/nixpkgs/trunk/; revision=1464
2004-09-19 15:24:01 +00:00
Eelco Dolstra
ee672a7456
* Use browser/config/mozconfig to get a more "standard" Firefox
...
build. The find bar now works properly (don't know why).
* Delete developer stuff (header files) after installation.
svn path=/nixpkgs/trunk/; revision=1463
2004-09-19 14:13:24 +00:00
Eelco Dolstra
a1ad30a00d
* Firefox 1.0PR.
...
svn path=/nixpkgs/trunk/; revision=1395
2004-09-14 16:55:30 +00:00
Eelco Dolstra
45ac835af6
* Finally a real web browser!
...
svn path=/nixpkgs/trunk/; revision=1180
2004-07-26 10:33:58 +00:00
Eelco Dolstra
5503e2fc33
* Upgraded Glib, GTK, Sylpheed.
...
* Tried to upgrade Firefox to 0.9, but it's too broken. It's
basically impossible to build it automatically. Firefox must be
started once as a user with write permission to the Firefox
directory to generate some files, and this can only be done
interactively (apparently). Hopefully 0.10 fixes this. Firefox
also barfs with link errors if the flag `--enable-single-profile' is
not used.
svn path=/nixpkgs/trunk/; revision=1067
2004-06-21 15:49:03 +00:00
Eelco Dolstra
b3c93a41c1
* Some changes to get Firefox working (it doesn't work yet, since
...
the freedesktop.org libXt is broken, but never mind that).
svn path=/nixpkgs/trunk/; revision=885
2004-03-31 09:45:19 +00:00
Eelco Dolstra
00004fa6da
* More freedesktop.org X11 modules.
...
* Cleaned up some packages.
svn path=/nixpkgs/trunk/; revision=883
2004-03-30 17:28:41 +00:00
Eelco Dolstra
12ae5363ea
* 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
Eelco Dolstra
2fcc5fdb08
* "!isNull x" -> "x != null". Done automatically. Hope nothing
...
broke.
svn path=/nixpkgs/trunk/; revision=870
2004-03-29 10:25:25 +00:00
Eelco Dolstra
73049cea22
* Ugh.
...
svn path=/nixpkgs/trunk/; revision=774
2004-02-10 18:32:42 +00:00
Eelco Dolstra
026ff9466a
* Rename .fix -> .nix.
...
svn path=/nixpkgs/trunk/; revision=511
2003-11-18 12:12:56 +00:00
Eelco Dolstra
48c3faca51
* Renamed pkgs-ng to pkgs.
...
svn path=/nixpkgs/trunk/; revision=502
2003-11-14 09:59:13 +00:00