Daniel Peebles
3182cf00ff
Add xar
2014-08-30 22:52:46 +01:00
Nicolas B. Pierron
a5d6219897
Merge pull request #3864 from nbp/useless-submodules
...
Remove useless use of undocumented submodules.
2014-08-30 18:21:17 +02:00
Florent Becker
59b1bd0607
Add myself to the maintainer list
2014-08-30 19:37:15 +04:00
Vladimír Čunát
3f0ebe7e75
licenses: comment about two versions of MIT
...
I decided to follow spdx.org and not to differentiate those two.
Packages would often have the wrong version anyway.
2014-08-30 07:28:26 +02:00
Nicolas Pierron
eb7a17a1cf
Add error an message to prevent use of useless submodules.
2014-08-29 18:54:15 +02:00
Michael Raskin
121050046d
Adding flashrom BIOS update utility. Patch by Edward O'Callaghan
2014-08-29 01:27:28 +04:00
Michael Raskin
c7bb162710
Factor out the maintainer
2014-08-29 01:19:24 +04:00
Michael Raskin
f25709c48a
List NCSA license properly
2014-08-29 01:14:10 +04:00
lethalman
b722b4c90f
Merge pull request #3828 from manveru/di
...
Add di package
2014-08-28 14:23:16 +02:00
Michael Fellinger
e07b5c95af
Add di package
2014-08-28 14:16:11 +02:00
Rüdiger Sonderfeld
ae9afc4d31
licenses: Add CC0 license.
...
A universal public domain license.
http://creativecommons.org/publicdomain/zero/1.0/
2014-08-28 13:03:32 +02:00
Eelco Dolstra
b1ce3cc172
Manual: Handle XML files in subdirectories
2014-08-25 14:33:33 +02:00
Rickard Nilsson
684e8b241e
Merge pull request #3780 from ip1981/master
...
Fixed rewrite rules for Mediawiki
2014-08-25 12:46:08 +02:00
Igor Pashev
0383b57b3c
Added concatMapStringsSep and concatImapStringsSep
...
Example: configure rewrite rules for Mediawiki
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs}
RewriteRule ${if config.enableUploads
2014-08-25 10:23:10 +02:00
Philip Horger
83c5a3d22d
pnmixer: Add maintainer and fix name
2014-08-25 10:03:26 +02:00
Cray Elliott
85cdd7ce33
Add SDL2_net v2.0.0
2014-08-24 10:21:47 +02:00
Nathaniel Baxter
33879427b7
maintainers: add myself as a maintainer to obconf and teamspeak_client
2014-08-24 10:10:13 +02:00
Aycan iRiCAN
1ff1fe44d9
Added myself to maintainer of hdaemonize and hweblib
2014-08-23 12:28:35 +03:00
Daniel Bergey
a24775bf22
haskell Diagrams libraries
...
latest versions support lens-4.4 - fix broken builds
add bergey as maintainer
2014-08-23 02:05:39 +00:00
Eelco Dolstra
f932910323
types.nix: Add ‘either’ type
2014-08-19 18:24:37 +02:00
Nathan Bijnens
23da6f9ca4
mailutils: fix for sendmail path
2014-08-15 21:16:33 +02:00
Vladimír Čunát
5d8c8845ed
licenses: add LPL-102
2014-08-15 00:11:09 +02:00
Vladimír Čunát
7133c791b5
licenses: fixup double isc definition
2014-08-14 21:04:24 +02:00
William A. Kennington III
ae48ab82ad
license: Add isc
2014-08-13 15:10:04 -05:00
Vladimír Čunát
665b2c8247
Merge #3408 : licenses: prefer spdx.org, improve docs
...
The patch to allow using license shortnames as attributes
was not included (yet).
Conflicts (auto-solved):
pkgs/development/libraries/libtiff/default.nix
2014-08-12 19:08:53 +02:00
Vladimír Čunát
905b163b49
Revert "lib/licenses.nix: allow choosing license by its shortName"
...
There's no consensus to adopt that (yet).
This reverts commit 229e5c41df
.
2014-08-12 19:05:54 +02:00
Matt Miemiec
8695c58648
Add the bspwm window manager to Nix.
2014-08-12 18:22:15 +02:00
Christoph Hrdinka
f44e69a55d
luminanceHDR: add version 2.4.0
...
fixes #3229
2014-08-12 10:19:35 +02:00
Damien Cassou
fe045a71c4
Adding myself to the maintainers
2014-08-10 15:57:24 +02:00
Luca Bruno
b331ae33d7
Make platforms.allBut accept a list rather than a single platform
2014-08-09 12:31:33 +02:00
NOTtheMessiah
127441813b
added license for gcolor2 and myself to maintainers
2014-08-07 01:19:24 +02:00
William A. Kennington III
ede3e60a3c
unifi: Add wkennington as a maintainer
2014-08-05 21:48:19 -05:00
Vladimír Čunát
229e5c41df
lib/licenses.nix: allow choosing license by its shortName
...
Example: license = licenses."GPL-2.0+";
This comes with some performance cost during eval of licenses.nix,
but that's probably negligible.
2014-07-30 19:22:09 +02:00
Vladimír Čunát
0f2101215d
lib/licenses.nix: improve sortedness
2014-07-30 18:16:36 +02:00
Vladimír Čunát
32c237d782
lib/licenses.nix: convert to spdx.org shortnames
...
Done where possible, replacing links to point to spdx.org (probably stabler).
Also make libtiff use its dedicated license.
2014-07-30 18:16:09 +02:00
Paul Colomiets
9bc1676e5a
Upgrade docker to 1.1.2 and add docker module
...
This version of module has disabled socketActivation, because until
nixos upgrade systemd to at least 214, systemd does not support
SocketGroup. So socket is created with "root" group when
socketActivation enabled. Should be fixed as soon as systemd upgraded.
Includes changes from #3015 and supersedes #3028
2014-07-28 21:45:49 +02:00
Sven Keidel
ee9ffde1cb
added metainformation for gpodder and mygpoclient
2014-07-21 21:41:27 +02:00
tv
c12f6e3ce9
maintainers: add tv
2014-07-12 13:18:46 +02:00
cillianderoiste
d6e8e764ae
Merge pull request #3233 from wjlroe/exercism
...
New Exercism package
2014-07-10 18:56:47 +02:00
William Roe
09209878c6
Added wjlroe (me) as maintainer of this new Exercism package
2014-07-10 15:03:50 +01:00
Martin Lavoie
3df7911f35
Add bitbucket-cli to nixpkgs
...
Adding refnil as mainteners
Added alias in top-level
2014-07-09 01:15:49 +02:00
Oliver Charles
847a9a5c30
Merge pull request #3206 from bosu/mp3splt
...
Add mp3splt: utility to split mp3 files
2014-07-07 19:58:00 +01:00
Boris Sukholitko
70ad9ad8f9
Add mp3splt
2014-07-07 21:38:14 +03:00
Jascha Geerds
28322c8d58
Packaging plasma-nm and its dependencies
2014-07-05 13:54:01 +02:00
Oliver Charles
2480f2465c
Merge pull request #3138 from flosse/lua5-expat
...
added luaexpat 1.3.0
2014-07-01 08:47:39 +01:00
Michael Raskin
d001de0100
Merge pull request #3102 from auntieNeo/ipafont
...
Added package for Japanese IPAFonts.
2014-06-30 10:19:48 +04:00
Michael Raskin
d41a7bd9e2
Merge pull request #2871 from auntieNeo/kochi-substitute
...
Added Kochi substitute Japanese font package
2014-06-30 10:14:14 +04:00
Markus Kohlhase
7987cd2cc1
added luaexpat 1.3.0
2014-06-30 00:38:05 +02:00
Michael Raskin
a278c3dfa8
Fix tarball by adding the missing maintainer entry; email copied from commit metadata
2014-06-29 10:18:39 +04:00
Vladimír Čunát
c00f589ff2
licenses: add attribute "free" to fix eval of smlnjBootstrap
2014-06-27 09:48:42 +02:00