cillianderoiste
56f6952f0d
Merge pull request #4049 from vandenoever/musescore
...
Add MuseScore 1.3.
2014-09-12 18:53:14 +02:00
Peter Simons
5b28aebc08
sbt: drop unconditionally set $SBT_OPTS variable from script
...
... and rename simple-build-tool to just "sbt", which is the name
everybody uses these days.
2014-09-12 17:11:38 +02:00
Jos van den Oever
8a4ce8cf34
Add MuseScore 1.3.
2014-09-12 16:52:44 +02:00
Bjørn Forsman
ec59929c9f
nixos/jekins: add services.jenkins.extraGroups option
...
This makes it easy to give jenkins extra privileges by adding group
memberships. Use with care :-)
2014-09-12 15:25:15 +02:00
Peter Simons
6e803a684f
R: update to version 3.1.1
2014-09-12 15:20:06 +02:00
Eelco Dolstra
075c1d4f15
Doh
2014-09-12 11:21:21 +02:00
Eelco Dolstra
135142780b
readline: Name Nix expressions consistently
2014-09-12 11:15:13 +02:00
Eelco Dolstra
d2143c73bb
readline-6.3: Fix building on Darwin
...
The zip file contains files named CHANGELOG and ChangeLog, so the
build fails on case-insensitive systems with:
error: creating file `/nix/store/nix-4888-0/unpacked/ChangeLog': File exists
The official tar distribution does not have this problem.
2014-09-12 11:15:13 +02:00
Peter Simons
df4c114252
Merge pull request #4036 from lostdj/ltp/master/ijifix
...
IntelliJ IDEA: do not assume that we are using OpenJDK.
2014-09-12 10:16:55 +02:00
William A. Kennington III
56411e9457
Fix typo in meta
2014-09-11 22:19:53 -07:00
William A. Kennington III
bab5efd237
nixos/ssh: Allow user to configure the package that provides ssh/sshd
2014-09-11 22:07:39 -07:00
William A. Kennington III
686a139f29
Merge pull request #4030 from AndersonTorres/small-fixups
...
Small style fixups
2014-09-11 21:27:54 -07:00
William A. Kennington III
ebc62d4e91
Merge pull request #4046 from phunehehe/add-functor-infix
...
add functor-infix
2014-09-11 21:25:57 -07:00
Hoang Xuan Phu
b5c219d5dc
add functor-infix
2014-09-12 11:24:06 +07:00
William A. Kennington III
16225209c6
Merge pull request #4040 from jbgi/patch-1
...
update hpn patch version to match openssh version
2014-09-11 21:10:07 -07:00
William A. Kennington III
1e414733cd
Merge pull request #4044 from nathanielbaxter/dev/python
...
dbus_python: Add missing isPyPy argument.
2014-09-11 21:09:00 -07:00
Nathaniel Baxter
2fec214933
dbus_python: Add missing isPyPy argument.
2014-09-12 10:24:13 +10:00
William A. Kennington III
5e43f1434d
Merge pull request #4042 from wkennington/master.consul
...
Consul: 0.3.0 -> 0.4.0
2014-09-11 15:57:11 -07:00
William A. Kennington III
3141ce3e15
gems: Add rdoc, execjs, uglifier
2014-09-11 15:41:45 -07:00
William A. Kennington III
65f103175e
consul: 0.3.0 -> 0.4.0
2014-09-11 15:40:41 -07:00
Domen Kožar
3f441d82f9
rubyLibs: add erubis and yajl
2014-09-12 00:31:37 +02:00
Domen Kožar
aa162b388d
package gim-nix and document it
2014-09-12 00:26:51 +02:00
Domen Kožar
2632afa131
pypy: handle unsupported packages
2014-09-12 00:26:50 +02:00
Bjørn Forsman
a44de69d06
nixos/tomcat: make package version configurable
2014-09-11 22:32:16 +02:00
JB Giraudeau
04163fcc81
update hpn patch version to match openssh version
...
so that hpn_openssh is not boken anymore
2014-09-11 22:29:00 +02:00
Eelco Dolstra
9a6484b255
smem: Add package
...
This is a memory reporting tool that accounts for shared memory.
2014-09-11 22:20:02 +02:00
Nick Sauce
759cc041ed
smartgithg: new package
...
@vcunat added meta.platforms.
2014-09-11 21:51:01 +02:00
Mateusz Kowalczyk
37900c35c3
agda: add bitvector
2014-09-11 20:35:56 +01:00
Mateusz Kowalczyk
d50c0e75b8
agda: fix license
2014-09-11 20:35:56 +01:00
Mateusz Kowalczyk
ee31679bad
agda-stdlib: make expression nicer, fix license
2014-09-11 20:35:56 +01:00
Nick Sauce
39dabcafd6
flite: update 1.4 -> 1.9.0
...
@vcunat added meta.platforms.
2014-09-11 21:34:40 +02:00
Nick Sauce
e5c7115d6d
gtkspellmm: new package
...
@vcunat added platforms.
2014-09-11 21:24:56 +02:00
Mateusz Kowalczyk
270c7f0622
agda-sheaves: use lib.licenses
2014-09-11 19:51:24 +01:00
Vladimír Čunát
963b5e820c
lib/licenses: add cc-by-40 ( fixes #4035 )
2014-09-11 20:03:03 +02:00
Mateusz Kowalczyk
d084f40c01
agda: add Agda-Sheaves
2014-09-11 18:49:28 +01:00
lostdj
f3e0f5e755
IntelliJ IDEA: do not assume that we are using OpenJDK.
2014-09-11 20:51:12 +04:00
aszlig
d394d095ab
containers: Don't descend into mounts on destroy.
...
This tells the sad tale of @the-kenny who had bind-mounted his home
directory into a container. After doing `nixos-container destroy` he
discovered that his home directory went from "full of precious data" to
"no more data".
We want to avoid having similar sad tales in the future, so this now also
check this in the containers VM test.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 18:12:35 +02:00
aszlig
859f049d1b
containers: Remove check for var/lib/startup-done.
...
Fixes a leftover from 330fadb706
.
We're using systemd dbus notifications now and this leftover caused the
startup notification to fail.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 18:12:35 +02:00
Jaka Hudoklin
bc6b180d90
nixos/statsd: add support for external backends, fix a few options
2014-09-11 18:11:16 +02:00
Jaka Hudoklin
dbae0b628e
influxdb: update 0.7.0 -> 0.8.2
2014-09-11 18:06:06 +02:00
Jaka Hudoklin
602d84e66b
nodePackages: add statsd-influxdb-backend, influxdb backend for statsd
2014-09-11 14:31:39 +02:00
aszlig
415c31372c
python-hetzner: Update to bugfix version 0.7.2.
...
From version 0.7.1 this fixes encoding problems with some DELL servers
while running the CLI.
And more importantly in version 0.7.2, it fixes the SSL certificate
error (Hetzner changed CA) which renders the library pretty much
useless.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-11 14:11:33 +02:00
Michael Raskin
bdea812836
Fix JWM source URL
2014-09-11 15:54:10 +04:00
Michael Raskin
e50b3daded
Add a working URL for arkpandora font
2014-09-11 15:54:10 +04:00
Rob Vermaas
75f8d6a19e
ircdHybrid: update from 7.2.2 to 7.2.3, potentially fixes CVE-2013-0238
2014-09-11 13:37:45 +02:00
Rob Vermaas
3bd21b9558
libmicrohttpd: update from 0.9.35 to 0.9.37
2014-09-11 13:37:18 +02:00
Rob Vermaas
33038f9ed9
liboauth: update from 1.0.2 to 1.0.3, potentially fixes CVE-2013-4390
2014-09-11 13:36:21 +02:00
Rob Vermaas
fdfd948d96
panotools: update from 2.9.18 to 2.9.19
2014-09-11 13:34:50 +02:00
Rob Vermaas
d79b4a7b53
pmd: update from 4.2.5 to 4.2.6
2014-09-11 13:34:26 +02:00
Rob Vermaas
fc12b15cf3
pv: update from 1.5.3 to 1.5.7
2014-09-11 13:33:59 +02:00