Nicolas B. Pierron
816229593a
Merge pull request #5441 from nbp/mkAlias
...
modules: Extract mkAliasDefinition from the rename.nix NixOS module.
2015-01-01 06:59:42 -08:00
Benjamin Staffin
4dd93dbf25
lib: Fix matchAttrs by importing builtins.length
...
Before:
nix-repl> :l <nixpkgs>
nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
error: undefined variable ‘length’ at "/home/benley/nix/nixpkgs/lib/attrsets.nix":317:10
After:
nix-repl> :l <nixpkgs>
nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
false
Change-Id: I548d69d50cffe1c63a6f39f76fd09d1835d8d9a2
2014-12-30 15:07:29 -08:00
Eduard Bachmakov
5e4a8d9fd8
Add photoqt-1.1.0.1
...
Also, add myself to maintainers.
2014-12-27 22:13:41 +01:00
Brandon Dimcheff
0669f7c97b
add bdimcheff as maintainer
2014-12-23 12:31:45 -05:00
Nicolas B. Pierron
d7f29acd48
modules: Extract mkAliasDefinition from the rename.nix NixOS module.
2014-12-22 22:38:38 +01:00
Nicolas B. Pierron
c184d7e7e0
Merge pull request #5421 from nbp/mkSink
...
modules: Add mkSinkUndeclaredOptions.
2014-12-22 11:59:42 -08:00
Nicolas B. Pierron
2f365923d6
modules: Add mkSinkUndeclaredOptions.
2014-12-21 14:50:46 +01:00
Daniel Bergey
4c064b5478
add LaTeX Project Public License v1.3c for Gyre
...
use lib.maintainers
2014-12-19 20:07:53 +00:00
lethalman
70bede51a2
Merge pull request #5370 from KoviRobi/master
...
Added package 'fatsort'.
2014-12-19 10:23:13 +01:00
aszlig
ebf216bd56
Merge pull request #5389 from devhell/mediainfo.
...
Introduces a video/audio information utility, both CLI and GUI.
Thanks to @devhell.
* devhell-mediainfo:
libzen: Add --enable-shared to configureFlags.
mediainfo-gui: Add package
mediainfo: Add myself to meta.maintainers.
mediainfo: Add package and dependencies
2014-12-19 00:17:21 +01:00
devhell
858b5e54c7
mediainfo: Add myself to meta.maintainers.
2014-12-18 21:23:21 +01:00
Peter Simons
f698fbecd2
Merge pull request #5376 from Zert/master
...
Add poker-eval library
2014-12-18 14:10:40 +01:00
Vladimír Čunát
ec5e916f6f
attic: add maintainer and platforms
...
CC #5374 .
2014-12-18 13:36:35 +01:00
Maxim Treskin
51277882d0
Add mtreskin to maintainers list
2014-12-18 01:04:25 +01:00
Kovacsics Robert (rmk35)
6f608967f4
Added package 'fatsort'.
...
Fatsort sorts partition table on FAT12/16/32 partitions for devices that
don't sort the files for themselves (e.g. some media players).
2014-12-17 13:54:13 +00:00
Carlo Nucera
aaf63768a9
Added maintainer meditans
...
I'm adding myself as a maintainer in a separate commit because this simplifies my work in packaging haskell
stuff.
2014-12-16 12:08:45 +01:00
Michael Raskin
cb0fa1d4f7
Fix spdx syntax for GPL1
2014-12-07 19:04:07 +03:00
Pavan Rikhi
b79bf417f0
Add the Clearlooks-Phenix GTK3 Theme
2014-12-05 05:13:17 -05:00
Max Gonzih
f0fa7254ee
Add myself to mainteiners list
2014-12-04 19:42:37 +01:00
Erik Timan
c0e7497484
Add olcai to maintainers
...
Takes maintainership of pythonPackages.icalendar as well
2014-12-04 09:05:36 +00:00
muflax
856e5839e1
ccl: 1.8 -> 1.10 (reapply after false revert)
2014-11-27 22:48:07 +00:00
Arseniy Seroka
52ea3bb61f
Revert "ccl: 1.8 -> 1.10"
2014-11-28 01:34:54 +03:00
muflax
3c7ac9db06
ccl: 1.8 -> 1.10
2014-11-27 22:33:21 +00:00
Spencer Whitt
fdbd5e1323
New package: git-extras
2014-11-25 20:24:43 -05:00
Bart Brouns
9dff67eed7
lib/licenses: add gpl1 ( close #5103 )
...
@vcunat changed format to spdx.
2014-11-24 10:37:49 +01:00
Peter Simons
9b75a2d265
Revert "added myself"
2014-11-24 08:28:29 +01:00
Peter Simons
8728c5902f
Merge pull request #5102 from magnetophon/magnetophon
...
added myself
2014-11-24 08:27:36 +01:00
Bart Brouns
3e714701e5
remove unused stuff
...
leave only faust itself, it's libraries, and cpp architecture files that
can be used as examples.
2014-11-24 08:07:27 +01:00
Bart Brouns
7893b6c597
added myself
2014-11-24 03:10:09 +01:00
Tobias Geerinckx-Rice
d72f6c85e4
Add eid-viewer: Java reader for Belgian eID identity cards
2014-11-23 00:42:52 +01:00
Andreas Herrmann
8a17536757
maintainers: Add aherrmann
2014-11-21 11:49:34 +01:00
jz
ba930acc44
add vimus and myself as maintainer
...
add vimus to all-packages.nix
should be in haskell-packages.nix not all-packages.nix
i don't think this can be both a library and an executable
2014-11-20 16:12:38 -07:00
Jean-Philippe Bernardy
98a06ff71f
add myself as maintainer for parsek.
2014-11-17 15:52:00 +01:00
Daniel Austin
5d56bda1fb
Development tools: added atom-shell
2014-11-14 04:53:20 +01:00
Ricardo M. Correia
1fea5866ae
Add unique
list function
...
It removes duplicate elements from a list.
2014-11-12 22:31:49 +01:00
Joachim Fasting
216ed76821
dnscrypt-proxy: new expression
2014-11-11 22:46:49 +01:00
Brian McKenna
a6bacd4d81
Add "light" package and setuid wrapper
2014-11-09 19:45:43 -07:00
Michael Raskin
6d0518fbdf
Merge pull request #4282 from sztupi/crashplan
...
Crashplan
OK, it is an external service with unfree client, so let's declare that ensuring usability of the service is not our headache.
2014-11-09 18:09:33 +03:00
Eike Kettner
e96df6c6f9
html2text: new package
...
Closes #4864
2014-11-07 23:19:49 +00:00
Peter Simons
f811f1fc65
maintainers.nix: fix broken entry for 'sjmackenzie'
2014-11-07 18:10:54 +01:00
cillianderoiste
a55228c833
Merge pull request #4875 from sjmackenzie/new-maintainer-fix
...
semi-colon in maintainers
2014-11-07 17:52:38 +01:00
Stewart Mackenzie
dbf05940dc
semi-colon in maintainers
2014-11-08 00:49:05 +08:00
Austin Seipp
5c08871626
Merge pull request #4874 from sjmackenzie/new-maintainer
...
new maintainer: sjmackenzie
2014-11-07 10:19:22 -06:00
stewart
9042b9b9fc
new maintainer: sjmackenzie
2014-11-08 00:17:33 +08:00
Alexey Levan
3fb4af7f75
pasystray: add meta attributes
2014-11-07 17:19:50 +02:00
David Rusu
1628cee892
hasklig: new font
...
Closes #4847
Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-11-07 01:14:48 +00:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Eelco Dolstra
4e7a5aca2b
Provide more SPDX IDs
2014-11-05 15:33:11 +01:00
Eelco Dolstra
d43846a0d8
Make the license shortName attribute equal to the license attribute name
...
I.e. lib.licenses.<foo>.shortName == "<foo>". The SPDX identifier (if
known) is kept in lib.licenses.<license>.spdxId.
2014-11-05 15:26:45 +01:00
Eelco Dolstra
af0557cf82
Allow marking licenses as unfree
...
This allows licenses like the Amazon Software License to be identified
properly while still preventing packages with those licenses from
being distributed in the Nixpkgs/NixOS channels.
2014-11-05 15:15:00 +01:00