Eelco Dolstra
4b5c1dec62
* Add a function ‘mapAttrsToList’ that maps a function over the
...
attributes in a set, returning a list. (Note that the regular
‘mapAttrs’ returns an attribute set.)
svn path=/nixpkgs/trunk/; revision=34509
2012-06-14 19:07:01 +00:00
Arie Middelkoop
3c74283d03
Committing some outstanding modifications that I cannot make into smaller chunks anymore.
...
* added briss: a pdf cropper
* added compton, an improved fork of xcompmgr
* added myself to the maintainers list
* minor version bumps: xcompmgr, upower
svn path=/nixpkgs/trunk/; revision=34380
2012-06-08 10:16:46 +00:00
Rickard Nilsson
ca5dfc9634
obnam 1.0
...
obnam is a backup program with support for deduplication, compression and encryption. See http://liw.fi/obnam/ .
svn path=/nixpkgs/trunk/; revision=34331
2012-06-03 22:11:09 +00:00
Eelco Dolstra
040cf06388
* Add a type "path".
...
svn path=/nixpkgs/trunk/; revision=34247
2012-05-25 17:19:07 +00:00
Eelco Dolstra
89af9f3f4c
* Add a variant of mapAttrs that allows rewriting the name of each
...
attribute in addition to the value.
svn path=/nixpkgs/trunk/; revision=34246
2012-05-25 17:01:58 +00:00
Andres Löh
5144845d71
Platform refinement.
...
This should be stable under regeneration with hackage4nix.
svn path=/nixpkgs/trunk/; revision=34189
2012-05-20 20:21:55 +00:00
Eelco Dolstra
069604730b
* Work around some problems in tarball checks. Nix wants to open the
...
DB even in read-only mode. Should probably fix that. Also, "or" no
longer works like this because it's a keyword now.
svn path=/nixpkgs/trunk/; revision=34079
2012-05-13 19:10:57 +00:00
Nicolas Pierron
82b308bf11
Add armv7l support.
...
svn path=/nixpkgs/trunk/; revision=33798
2012-04-15 23:41:25 +00:00
Nicolas Pierron
8a67709183
Add mkMerge and obsolete mkThenElse.
...
svn path=/nixpkgs/trunk/; revision=33796
2012-04-15 23:31:48 +00:00
Eelco Dolstra
e78a048265
* Add a function "filterAttrs" and clean up some comments.
...
svn path=/nixpkgs/trunk/; revision=33626
2012-04-05 15:37:52 +00:00
Lluís Batlle i Rossell
5d15ef0e7c
Updating vimprobable2 to 1.0.0
...
I took mainly the patch from Alexandr Foremny, but I had to solve conflicts.
Moreover it required the old webkit.
svn path=/nixpkgs/trunk/; revision=33596
2012-04-04 21:30:49 +00:00
Eelco Dolstra
1c62133e9f
* Fix email address.
...
svn path=/nixpkgs/trunk/; revision=33575
2012-04-04 16:36:17 +00:00
Eelco Dolstra
23957ac824
* Updated htop to 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=33566
2012-04-04 14:46:17 +00:00
Lluís Batlle i Rossell
3153e80659
Adding tp_smapi.
...
Patch by Rok Garbas, who also adds himself as a maintainer.
svn path=/nixpkgs/trunk/; revision=33495
2012-03-31 13:40:34 +00:00
Yury G. Kudryashov
ec15b98631
Add memcached
...
Patch by Corey O'Connor, see http://reviewboard.loegria.net/r/15/
svn path=/nixpkgs/trunk/; revision=33461
2012-03-28 22:30:13 +00:00
Yury G. Kudryashov
613a8ecaf9
Remove some trailing spaces
...
svn path=/nixpkgs/trunk/; revision=33456
2012-03-28 15:43:39 +00:00
Peter Simons
1aa8a93bf6
pkgs/lib/maintainers.nix: re-enabled my e-mail account for Hydra notifications
...
svn path=/nixpkgs/trunk/; revision=33393
2012-03-24 10:21:43 +00:00
Rob Vermaas
e1873ada7f
disable notification to Peter Simons for now
...
svn path=/nixpkgs/trunk/; revision=33384
2012-03-23 15:33:35 +00:00
Eelco Dolstra
2938819d7e
* Remove an unnecessary function.
...
svn path=/nixpkgs/trunk/; revision=33271
2012-03-19 18:13:47 +00:00
Eelco Dolstra
6b4cd6673a
* Add a utility function "versionOlder" to compare two version
...
strings.
svn path=/nixpkgs/trunk/; revision=33267
2012-03-19 18:04:47 +00:00
Eelco Dolstra
af2da39a04
* Remove unused function "checker".
...
svn path=/nixpkgs/trunk/; revision=33266
2012-03-19 18:01:49 +00:00
Florian Friesdorf
8e32380a79
add PSFL, update python meta (license, maintainers, unify description)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32585
2012-02-26 17:23:16 +00:00
Shea Levy
ea195b2507
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25 19:57:34 +00:00
Eelco Dolstra
5f78cfa108
* Add "..." to the trace message.
...
svn path=/nixpkgs/trunk/; revision=32559
2012-02-25 17:33:14 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Lluís Batlle i Rossell
4a1c721c01
Changing every reference from mips64-linux to mips64el-linux. That's
...
what the new nix thinks the fuloong is.
Anyone having the old nix should use a nixpkgs previous to this change to build
the new nix. And then, with the new nix, he can use any newer nixpkgs revision.
svn path=/nixpkgs/trunk/; revision=31751
2012-01-21 00:34:51 +00:00
Eelco Dolstra
bafc4ff59d
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31739
2012-01-20 15:29:04 +00:00
Ludovic Courtès
5cd82587aa
overrideDerivation: Check whether hostDrv' and
buildDrv' are present.
...
svn path=/nixpkgs/trunk/; revision=31727
2012-01-19 22:29:26 +00:00
Yury G. Kudryashov
84c0185038
svn merge ^/nixpkgs/trunk, one simple conflict in jruby
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
2012-01-19 21:31:51 +00:00
Ludovic Courtès
08439eb00a
overrideDerivation: Override hostDrv' and
buildDrv' too.
...
svn path=/nixpkgs/trunk/; revision=31706
2012-01-19 16:44:17 +00:00
Peter Simons
cd22d76a8e
maintainers: added myself for upcoming packages
...
svn path=/nixpkgs/trunk/; revision=31652
2012-01-18 20:32:31 +00:00
Eelco Dolstra
f6db0ed1e0
* Mesa only builds on Linux.
...
svn path=/nixpkgs/trunk/; revision=31640
2012-01-18 18:45:00 +00:00
Yury G. Kudryashov
394fd28e4e
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31280
2012-01-04 15:22:16 +00:00
Eelco Dolstra
7fcf771c2a
* Handle the attributes added by the multiple outputs branch.
...
svn path=/nixpkgs/trunk/; revision=31278
2012-01-04 15:06:21 +00:00
Eelco Dolstra
eda3fd1730
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30852
2011-12-12 16:54:35 +00:00
Shea Levy
a87be0fb2c
Add mornfall as a maintainer
...
svn path=/nixpkgs/trunk/; revision=30719
2011-12-03 22:05:21 +00:00
Peter Simons
368ac01473
synchronize with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30316
2011-11-08 10:18:35 +00:00
Lluís Batlle i Rossell
adc111e85f
Changing my email address, to one I prefer.
...
svn path=/nixpkgs/trunk/; revision=30286
2011-11-06 21:38:34 +00:00
Eelco Dolstra
efe6fddd59
* Indentation.
...
svn path=/nixpkgs/trunk/; revision=30193
2011-11-02 17:13:24 +00:00
Peter Simons
69488d688d
synchronize with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30186
2011-11-02 10:28:32 +00:00
Eelco Dolstra
bcffafa65a
* Whitespace.
...
svn path=/nixpkgs/trunk/; revision=30044
2011-10-26 17:58:53 +00:00
Peter Simons
8dfef0f4a0
synchronize with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=29851
2011-10-14 22:06:50 +00:00
Marco Maggesi
39df2ce05e
Add yaml - Yet Another JSON Library
...
svn path=/nixpkgs/trunk/; revision=29837
2011-10-14 14:00:50 +00:00
Marco Maggesi
843ed0c339
Update OpenAFS client to version 1.6.0. Also enable Hydra build.
...
svn path=/nixpkgs/trunk/; revision=29819
2011-10-13 12:37:15 +00:00
Shea Levy
01df54f5cc
Merge from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=29461
2011-09-23 16:58:45 +00:00
Piotr Pietraszkiewicz
45014dce17
added myself to the maintainers list
...
svn path=/nixpkgs/trunk/; revision=29255
2011-09-13 20:46:41 +00:00
Eelco Dolstra
d7b4b63f4d
* Allow literal examples to be included in the manual.
...
svn path=/nixpkgs/trunk/; revision=29024
2011-09-05 10:14:24 +00:00
Shea Levy
4d70ba6cc9
Merge from trunk up through r28790
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=28792
2011-08-24 19:16:43 +00:00
Rob Vermaas
e6e11e4b04
added concatImapStrings function
...
svn path=/nixpkgs/trunk/; revision=28673
2011-08-19 02:42:34 +00:00
Peter Simons
c13f967ed5
Replaced the obsolete 'haskellPlatforms' attribute with the platforms exported by GHC.
...
svn path=/nixpkgs/trunk/; revision=28418
2011-08-09 09:54:50 +00:00