Lluís Batlle i Rossell
6175b1d633
Updating to the latest cinepaint. I haven't checked thoroughly the bunch of
...
dependencies, whether any is no more needed in the update.
svn path=/nixpkgs/trunk/; revision=15778
2009-05-28 21:57:05 +00:00
Sander van der Burg
5239d4b26b
Added wv2 library
...
svn path=/nixpkgs/trunk/; revision=15777
2009-05-28 19:22:32 +00:00
Sander van der Burg
5990b0d95f
Added VICE emulator package
...
svn path=/nixpkgs/trunk/; revision=15776
2009-05-28 19:22:00 +00:00
Andres Löh
0c5786e22d
Added Shellac Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00
Andres Löh
2c096bf75f
Fix the ghc-wrapper in order to enable runghc/runhaskell.
...
svn path=/nixpkgs/trunk/; revision=15774
2009-05-28 19:06:29 +00:00
Eelco Dolstra
58b4add4e6
* Updated the IANA /etc info.
...
svn path=/nixpkgs/trunk/; revision=15763
2009-05-28 12:42:41 +00:00
Nicolas Pierron
49b4942f0e
Add option types.
...
svn path=/nixpkgs/trunk/; revision=15749
2009-05-27 20:25:17 +00:00
Ludovic Courtès
8c2a5ccdcb
Add Autojump, a smart replacement for `cd'.
...
svn path=/nixpkgs/trunk/; revision=15738
2009-05-26 22:05:05 +00:00
Eelco Dolstra
ded055c896
* Remove an attrset comparison.
...
svn path=/nixpkgs/trunk/; revision=15736
2009-05-26 16:25:59 +00:00
Eelco Dolstra
c36d75a40a
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=15735
2009-05-26 16:25:41 +00:00
Eelco Dolstra
8b52e84e1a
* Fix a comparison of function values (disallowed in the Nix trunk).
...
Thanks to Nicolas.
svn path=/nixpkgs/trunk/; revision=15734
2009-05-26 16:00:30 +00:00
Rob Vermaas
3c21e81203
* added qemu to channel
...
svn path=/nixpkgs/trunk/; revision=15732
2009-05-26 13:27:42 +00:00
Ludovic Courtès
010edd3739
buildPythonPackage: Simplify attribute inheritance.
...
Suggested by Eelco Dolstra.
svn path=/nixpkgs/trunk/; revision=15731
2009-05-26 10:03:33 +00:00
Eelco Dolstra
1635ec4bdf
* Put strings-with-deps in lib.
...
svn path=/nixpkgs/trunk/; revision=15729
2009-05-25 18:22:19 +00:00
Peter Simons
fb9b06d694
Commented out broken packages eclipse{Spoofax,MinimalPlugins}.
...
Unfortunately, the package database is still broken:
$ nix-env -u \*
trace: Str("Deprecated use of lib.getAttr!",[])
svn path=/nixpkgs/trunk/; revision=15721
2009-05-25 11:03:56 +00:00
Peter Simons
bf1efc6653
commented out non-existent package eclipseCDT
...
svn path=/nixpkgs/trunk/; revision=15720
2009-05-25 10:59:45 +00:00
Ludovic Courtès
f08797b1a3
Add Zbase32, and Pyutil.
...
svn path=/nixpkgs/trunk/; revision=15715
2009-05-24 22:15:26 +00:00
Ludovic Courtès
2dbba5bb17
Add `setuptools_darcs'.
...
svn path=/nixpkgs/trunk/; revision=15713
2009-05-24 21:55:39 +00:00
Ludovic Courtès
03f2655e97
Python packages: Sort packages alphabetically.
...
svn path=/nixpkgs/trunk/; revision=15712
2009-05-24 21:33:53 +00:00
Lluís Batlle i Rossell
51321bceed
Updating akonadi, because the src URL gave 404
...
svn path=/nixpkgs/trunk/; revision=15711
2009-05-24 21:32:57 +00:00
Ludovic Courtès
eb59c50308
Remove from all-packages.nix' packages that are now in
python-packages.nix'.
...
svn path=/nixpkgs/trunk/; revision=15710
2009-05-24 21:27:30 +00:00
Ludovic Courtès
5b7525c631
Move Twisted to `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15709
2009-05-24 21:25:29 +00:00
Ludovic Courtès
4fc80e9497
buildPythonPackage: Handle patches.
...
svn path=/nixpkgs/trunk/; revision=15708
2009-05-24 21:14:32 +00:00
Ludovic Courtès
bede9c4d50
Change Nevow, SimpleJSON, and Foolscap to use `buildPythonPackage'.
...
svn path=/nixpkgs/trunk/; revision=15707
2009-05-24 21:08:39 +00:00
Ludovic Courtès
7c34f5744b
Add a `buildPythonPackage' function.
...
svn path=/nixpkgs/trunk/; revision=15706
2009-05-24 21:02:59 +00:00
Eelco Dolstra
8d7bf1a11e
* Typo.
...
svn path=/nixpkgs/trunk/; revision=15699
2009-05-24 18:12:39 +00:00
Ludovic Courtès
fb087d2598
GNU Ed 1.3.
...
svn path=/nixpkgs/trunk/; revision=15698
2009-05-24 17:45:43 +00:00
Michael Raskin
f4e6e80bcf
Restoring builderDefs functionality in setuptools
...
svn path=/nixpkgs/trunk/; revision=15697
2009-05-24 12:20:08 +00:00
Marc Weber
ed69e9ed94
getAttr can call builtins.getAttr
...
svn path=/nixpkgs/trunk/; revision=15694
2009-05-24 10:57:49 +00:00
Marc Weber
3157bb1098
removed all __primops from nixpkgs
...
svn path=/nixpkgs/trunk/; revision=15693
2009-05-24 10:57:46 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
62620f0411
add usage example to makeOverridable
...
svn path=/nixpkgs/trunk/; revision=15691
2009-05-24 10:57:32 +00:00
Ludovic Courtès
a50f278386
setuptools: Update to 0.6c9; fix the `easy_install' command line tool.
...
svn path=/nixpkgs/trunk/; revision=15690
2009-05-23 22:54:11 +00:00
Eelco Dolstra
7d45b35d1e
* OpenSSH 5.2.
...
svn path=/nixpkgs/trunk/; revision=15689
2009-05-23 16:14:26 +00:00
Marc Weber
2774979bf7
missing patch
...
svn path=/nixpkgs/trunk/; revision=15688
2009-05-23 13:15:07 +00:00
Marc Weber
3c25ec6a3a
adding soappy
...
svn path=/nixpkgs/trunk/; revision=15687
2009-05-23 13:04:41 +00:00
Marc Weber
8e5771e543
dbus-glib update making gnome-terminal compile
...
by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15686
2009-05-22 19:16:16 +00:00
Marc Weber
94ba737704
fix atlas by Tobias Neumann
...
svn path=/nixpkgs/trunk/; revision=15685
2009-05-21 17:39:17 +00:00
Marc Weber
8d3c1ea9e2
adding pyxml
...
svn path=/nixpkgs/trunk/; revision=15684
2009-05-21 17:39:13 +00:00
Lluís Batlle i Rossell
904a4ad868
Adding vtun.
...
svn path=/nixpkgs/trunk/; revision=15682
2009-05-20 17:51:41 +00:00
Marc Weber
88eb04c0dc
adding zenity to gnome desktop nix expressions
...
making it possible to build metacity and gconf-editor
patch provided by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Michael Raskin
c7c225d5fe
Update monotone
...
svn path=/nixpkgs/trunk/; revision=15680
2009-05-20 17:35:48 +00:00
Eelco Dolstra
84e60bf3c8
* Latest e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=15679
2009-05-20 17:13:51 +00:00
Ludovic Courtès
689f3cfaaa
Build GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15675
2009-05-20 12:22:40 +00:00
Ludovic Courtès
20701b16cc
Automake 1.11: Run the test suite by default.
...
svn path=/nixpkgs/trunk/; revision=15674
2009-05-20 12:21:53 +00:00
Ludovic Courtès
599b1c1af2
Add GNU Automake 1.11.
...
svn path=/nixpkgs/trunk/; revision=15673
2009-05-20 12:20:51 +00:00
Marc Weber
ea3688db98
added documentation illustrating behaviour of the new textClosureMap
...
implementation
svn path=/nixpkgs/trunk/; revision=15663
2009-05-19 23:26:08 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Nicolas Pierron
1500252e6f
* options.nix:
...
Remove attribute set comparison. Imported attribute sets
are traverse assuming that no duplicate could exists.
svn path=/nixpkgs/trunk/; revision=15659
2009-05-19 23:07:07 +00:00
Nicolas Pierron
47679b20af
Remove unused feature which allowed to add properties on the required elements.
...
svn path=/nixpkgs/trunk/; revision=15658
2009-05-19 23:07:02 +00:00