Mateusz Kowalczyk
5f9b76da63
haskell-oo-prototypes: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
5389dd542c
haskell-dynamic-state: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
713301702c
haskell-yi-rope: new package
2014-10-14 18:45:26 +01:00
Mateusz Kowalczyk
9197205eb1
haskell-yi: move down into own small section
2014-10-14 18:45:25 +01:00
cillianderoiste
0868feeb3d
Merge pull request #4524 from kragniz/master
...
Add hedgewars
2014-10-14 17:51:44 +02:00
Louis Taylor
48664fb7b2
Add hedgewars
...
Turn-based strategy artillery game similiar to Worms.
2014-10-14 16:40:56 +01:00
Peter Simons
31a5126b06
Fix cabal-install build for GHC 6.10.4.
2014-10-14 17:39:36 +02:00
Peter Simons
2ad93cf18d
agda: build with haskell-src-exts 1.15.x
2014-10-14 17:39:35 +02:00
Peter Simons
89975f8fb2
cabal-install: build version 1.16.0.2 with network 2.5.x
2014-10-14 17:39:35 +02:00
Peter Simons
eda36f0017
haskell-packages.nix: fix spelling of snapCors attribute
2014-10-14 17:39:35 +02:00
Peter Simons
b578288cd1
idris: try building with an older version of optparse-applicative
2014-10-14 17:39:34 +02:00
Peter Simons
203a9fb210
cryptol2: build with old version of 'network'
2014-10-14 17:39:33 +02:00
Peter Simons
8941e6d362
haskell-defaults.nix: GHC 6.12.x cannnot build recent versions of 'vector'
2014-10-14 17:39:32 +02:00
Peter Simons
919da91d13
cabal-install: jailbreak version 1.20.0.3 to fix build with latest version of 'random' and override 'network' to the old 2.5 version
2014-10-14 17:39:31 +02:00
Peter Simons
2cf6ea93fa
haskell-binary: update to version 0.7.2.2
2014-10-14 17:39:31 +02:00
Peter Simons
30983a2440
haskell-map-syntax: add version 0.2
2014-10-14 17:39:28 +02:00
Peter Simons
88b4e155d5
haskell-unordered-containers: update to version 0.2.5.1
2014-10-14 17:39:28 +02:00
Peter Simons
340cca8b0e
haskell-vector: add version 0.10.12.1
2014-10-14 17:39:28 +02:00
Peter Simons
9ab7691a87
haskell-random: add version 1.1
2014-10-14 17:39:26 +02:00
Peter Simons
bc867c7a0b
haskell-haskell-src-exts: add version 1.16.0
2014-10-14 17:39:24 +02:00
Peter Simons
bb36b56fa6
haskell-primitive: add version 0.5.4.0
2014-10-14 17:39:24 +02:00
Peter Simons
6847265f7f
haskell-parsec: update to version 3.1.7
2014-10-14 17:39:24 +02:00
Peter Simons
195fe6bcc0
haskell-packages.nix: update default to optparse-Applicative 0.11.x
...
And try what happens if we remove version 0.9.x.
2014-10-14 17:39:24 +02:00
Peter Simons
c6c9cfd65a
haskell-machines-io: add version 0.1.0.0
2014-10-14 17:39:23 +02:00
Peter Simons
5cdecaa0e2
haskell-machines-directory: add version 0.0.0.1
2014-10-14 17:39:23 +02:00
Peter Simons
b73b38fb40
haskell-packages.nix: switch network library to version 2.6.x
2014-10-14 17:39:23 +02:00
Thomas Strobel
596c9f54dc
Add trustedGrub package.
2014-10-14 16:02:48 +02:00
aszlig
958193aeb4
python/paramiko: Update to version 1.15.1.
...
The SFTP-tests fail in conjunction with UTF8 directories, so let's skip
them for now. We also need to disable big file tests, because they rely
on SFTP as well and simply fail if the normal SFTP tests were skipped.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:44 +02:00
aszlig
f35e473d55
python/ecdsa: Update to version 0.11.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:37 +02:00
Peter Simons
87e2ac71ad
fsnotify: use the hfsevents notify back-end when build on non-Linux platforms
...
This patch (hopefully) fixes the Darwin build.
2014-10-14 15:03:23 +02:00
wmertens
5e6b9c47a5
Merge pull request #4513 from user318/master
...
new perl package App::perlbrew with deps
2014-10-14 14:17:08 +02:00
cillianderoiste
d34a989442
Merge pull request #4516 from kragniz/master
...
Add simulator for autonomous sailing boats
2014-10-14 13:11:41 +02:00
Louis Taylor
7034163832
Add simulator for autonomous sailing boats
2014-10-14 12:00:42 +01:00
Alastair Pharo
d147759af7
Add pure-gsl package
2014-10-14 21:21:36 +11:00
Domen Kožar
69e51b08e1
pythonPackages.pycapnp: disable on py3k and pypy
2014-10-14 10:26:24 +02:00
Alexander Zubkov
39fb482dad
new perl package App::perlbrew with deps
2014-10-14 12:00:56 +04:00
Thomas Strobel
d206122ade
Add package: opencryptoki
...
Make tpm-tools depend on opencryptoki as well.
2014-10-14 09:03:50 +02:00
Vincent Laporte
a50da1bfc8
tagainijisho: new derivation
...
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.
Homepage: http://www.tagaini.net/
Closes #4509
2014-10-14 01:42:23 +01:00
John Wiegley
6dfb01d6e0
Merge pull request #4507 from geerds/texlive
...
texlive: Update to latest release 2014.20140927
2014-10-13 17:58:01 -05:00
Domen Kožar
e17781f8b1
closes #463 pythonPackages now uses self variable instead of rec builtin
2014-10-13 23:20:01 +02:00
Mateusz Kowalczyk
b9c2fe5fd8
Merge pull request #4400 from matejc/seeksservice
...
seeks: update and write nixos module
2014-10-13 21:37:11 +01:00
Domen Kožar
a2a7abc67c
pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv
2014-10-13 21:35:21 +02:00
Domen Kožar
bbf3a18746
Revert "tagainijisho: new derivation"
...
This reverts commit d62b63d319
.
Fails to download dependencies. See http://hydra.nixos.org/build/15845724
2014-10-13 21:29:18 +02:00
Jascha Geerds
22c9903e0e
texlive: Updated to latest release 2014.20140927
2014-10-13 21:21:23 +02:00
Michael Raskin
53a5b67d5e
Adding mailsend tool
2014-10-13 18:18:34 +04:00
Michael Raskin
dfae2a0e4b
Merge pull request #4503 from vbgl/tagaini
...
Adds Tagaini Jisho
2014-10-13 17:52:55 +04:00
Michael Raskin
2ef0a17561
Merge pull request #4387 from 1126/refactor-stumpwm
...
stumpwm: update and refactoring
2014-10-13 17:50:46 +04:00
Matej Cotman
76a7b0ba68
seeks: upgrade and add optional seeks_confDir
2014-10-13 13:10:49 +02:00
Peter Simons
d5570b082d
Merge pull request #4408 from christopherpoole/dlib
...
Added the dlib machine learning library.
2014-10-13 12:52:26 +02:00
Peter Simons
2cdd7d71c1
Merge pull request #4407 from christopherpoole/gdcm
...
Added the grassroots DICOM library.
2014-10-13 12:51:50 +02:00
Peter Simons
89a1d681dd
haskell-hsb2hs: add version 0.2
2014-10-13 10:16:23 +02:00
Peter Simons
5e118da066
haskell-criterion: update to version 1.0.2.0
2014-10-13 09:12:25 +02:00
Peter Simons
61b30d6b0a
haskell-optparse-applicative: add version 0.11.0.1
2014-10-13 09:12:25 +02:00
Peter Simons
e68525310e
haskell-defaults.nix: disable tf-random for GHC 6.10.x
2014-10-13 09:12:24 +02:00
Peter Simons
2b9b1bcb27
haskell-aeson: update to version 0.8.0.1
2014-10-13 09:09:33 +02:00
Vincent Laporte
d62b63d319
tagainijisho: new derivation
...
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.
Homepage: http://www.tagaini.net/
2014-10-13 02:55:35 +01:00
Jaka Hudoklin
dd0758ab6b
Merge pull request #4392 from cstrahan/logstash
...
logstash service improvements
2014-10-12 23:02:52 +02:00
Jaka Hudoklin
42da129d34
Merge pull request #4456 from robberer/pkgs/fritzing
...
fritzing: add version 0.9.0b
2014-10-12 22:58:45 +02:00
Jaka Hudoklin
ed53f57c9f
Merge pull request #4475 from matejc/megaglest
...
megaglest: new package
2014-10-12 22:57:56 +02:00
Bjørn Forsman
61388880d8
lua-packages.nix: whitespace fixes
2014-10-12 21:06:20 +02:00
Edward Tjörnhammar
150672072a
pythonPackages.cvxopt: added package
2014-10-12 17:31:29 +02:00
Vincent Laporte
fe1d8d0015
cvc4: new derivation
...
CVC4 is an efficient open-source automatic theorem prover for
satisfiability modulo theories (SMT) problems.
Homepage: http://cvc4.cs.nyu.edu/web/
2014-10-12 16:21:02 +02:00
Vincent Laporte
af7cb557fb
libantlr3c: new derivation
...
libantlr3c is the C runtime library of ANTLR v3
Homepage: http://www.antlr3.org/
2014-10-12 16:21:02 +02:00
Peter Simons
950adbe487
Merge pull request #4498 from robberer/remove/md5
...
change md5sum to sha256sum for a few packages
2014-10-12 16:20:10 +02:00
Peter Simons
fa00a9bfdc
haskell-packages.nix: remove if-then-else case distinctions by compiler version
...
These decisions belong into haskell-defaults.nix.
2014-10-12 16:17:08 +02:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Peter Simons
258a47fcc7
haskell-xmobar: update to version 0.22.1
2014-10-12 16:12:27 +02:00
Aristid Breitkreuz
61ea009f3b
Merge pull request #4458 from offlinehacker/pkgs/gotools
...
golang: add golint and gotags
2014-10-12 15:57:45 +02:00
Mateusz Kowalczyk
b0258a5d17
Merge pull request #4462 from VShell/discount
...
discount: new package
2014-10-12 12:37:50 +01:00
Edward Tjörnhammar
9701d58e28
xbmcPlugins.genesis: added package
...
Closes #4482
2014-10-12 12:35:09 +01:00
Arseniy Seroka
b8252a4494
apulse: add pkg
...
Closes #4488
2014-10-12 12:21:09 +01:00
Alastair Pharo
f522344285
Update pure to 0.62
...
Closes #4486
2014-10-12 12:08:29 +01:00
John Wiegley
7821d15299
coqPackages.domains: new expression
2014-10-11 22:01:46 -05:00
John Wiegley
904bee0c46
coqPackages.[coq-ext-lib,heq,paco,ynot]: new expressions
2014-10-11 17:24:59 -05:00
Peter Simons
0a259ea888
Merge pull request #4461 from VShell/libsieve
...
libsieve: new package
2014-10-11 23:44:34 +02:00
John Wiegley
382badfefb
coqPackages.bedrock: new expression
2014-10-11 16:22:15 -05:00
Joachim Schiele
df95acd13c
Merge pull request #3960 from flosse/prosody-service
...
Prosody service
2014-10-11 23:10:05 +02:00
John Wiegley
814961f37a
coqPackages.tlc: new expression
2014-10-11 13:29:45 -05:00
Domen Kožar
482779e582
python: get rid of ssl module as it's always builtin
2014-10-11 20:23:51 +02:00
Matej Cotman
6d7de06a9a
megaglest: new package
2014-10-11 18:56:15 +02:00
Markus Kohlhase
d86c2c30c5
prosody: packaged as a service
...
Conflicts:
nixos/modules/misc/ids.nix
2014-10-11 18:53:43 +02:00
Peter Simons
2dea014755
haskell-libmpd: remove obsolete version 0.8.0.5
2014-10-11 18:51:55 +02:00
Peter Simons
9bcb7a06f3
all-packages.nix: drop trailing whitespace
2014-10-11 18:38:06 +02:00
Aristid Breitkreuz
372f57cd33
xmobar needs mtl 2.2.1 and transformers 0.4
2014-10-11 18:38:06 +02:00
Aristid Breitkreuz
08ecd3ef40
icedtea7 requires giflib 5.0
2014-10-11 15:06:00 +02:00
Oliver Charles
7927e7cc53
haskellPackages.linuxInotify: New expression
2014-10-11 12:49:17 +01:00
Aristid Breitkreuz
49f03ff5e1
Merge pull request #4471 from vbgl/smplayer
...
Updates SMPlayer to 14.9.0 and adds SMTube
2014-10-11 13:18:55 +02:00
Aristid Breitkreuz
18bf16843a
Merge pull request #4467 from vbgl/ocaml
...
Adds three OCaml libraries: reactiveData, PG’OCaml and MaCaQue
2014-10-11 12:58:21 +02:00
Vincent Laporte
8280d6522e
smtube: new package
...
SMTube allows to search, play and download Youtube videos.
Homepage: http://smplayer.sourceforge.net/smtube.php
2014-10-11 10:56:00 +01:00
Aristid Breitkreuz
650940185b
Update giflib to 5.1 properly, by using 5.1.nix rather than 5.0.nix
2014-10-11 11:10:56 +02:00
Vincent Laporte
8320bbaaa3
ocaml-macaque: new package
...
MaCaQue (or macaque) is a DSL for SQL Queries in Caml.
Homepage: https://github.com/ocsigen/macaque
2014-10-11 00:54:35 +01:00
Vincent Laporte
33bba5f0b3
ocaml-pgocaml: new package
...
PG'OCaml provides an interface to PostgreSQL databases for OCaml
applications.
Homepage: http://pgocaml.forge.ocamlcore.org/
2014-10-11 00:49:50 +01:00
Vincent Laporte
cdf3dc2793
ocaml-reactivedata: new package
...
reactiveData is an OCaml module for functional reactive programming
(FRP) based on React.
Homepage: https://github.com/hhugo/reactiveData
2014-10-11 00:49:34 +01:00
Shell Turner
e56a6c1bec
discount: new package
2014-10-10 16:23:26 +01:00
Shell Turner
96fcc3437b
libsieve: new package
2014-10-10 16:21:57 +01:00
Jaka Hudoklin
47e8ee287f
golang: add golint and gotags
2014-10-10 15:27:44 +02:00
Longrin Wischnewski
56a2f589b8
fritzing: add version 0.9.0b
...
- An open source prototyping tool for Arduino-based projects
2014-10-10 12:43:39 +02:00
Nathaniel Baxter
309bfdd8a0
pysocks: Fix license typo
2014-10-10 10:42:19 +11:00
Austin Seipp
7ac2be3fab
rainbowstream: 0.9.5 -> 1.1.6
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:37 -05:00
Austin Seipp
cf58933a9b
pythonPackages: add pysocks 1.5.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:36 -05:00
Austin Seipp
a1dba856f1
pythonPackages.twitter: 0.14.3 -> 0.15.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:52 -05:00
Austin Seipp
27d95c25e8
pythonPackages.pyfiglet: 0.7.1 -> 0.7.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:30 -05:00
codyopel
2986ca34d6
rtorrent-git: new package
2014-10-09 20:47:27 +02:00
Aristid Breitkreuz
bf1dd8e931
Merge pull request #4423 from FlorentBecker/svg2tikz
...
new package: svg2tikz
2014-10-09 20:39:06 +02:00
Aristid Breitkreuz
afe8b54b49
Merge pull request #4381 from khumba/claws-mail
...
New packages: claws-mail-3.10.1, libetpan-1.5.
2014-10-09 20:31:01 +02:00
Georges Dubus
a172b4b1f8
Merge pull request #4436 from madjar/kde414
...
Switch to kde 4.14 and remove 4.12
2014-10-09 17:42:19 +02:00
Georges Dubus
205c550e54
Removed kde4_next, because kde 4.14 will be the last kde4
2014-10-09 16:36:40 +02:00
Pascal Wittmann
13048b252f
Merge pull request #4426 from ollieh/master
...
Added granite and pantheon-terminal
2014-10-09 12:39:09 +02:00
Georges Dubus
0295a6c483
Removed kde 4.12
2014-10-09 12:05:56 +02:00
Georges Dubus
0e3911e92b
Made kde 4.14 the default kde
2014-10-09 12:00:12 +02:00
Georges Dubus
0ae81afd3f
Removed akunambol
...
It is not maintained anymore, and is not compatible with kde 4.14.
2014-10-09 12:00:12 +02:00
Pascal Wittmann
68ae4ce95a
Merge pull request #4431 from DamienCassou/astroid-1.2.1
...
Astroid 1.2.1
2014-10-09 11:50:10 +02:00
Florent Becker
ed8ced514a
Add license for svg2tikz
2014-10-09 11:21:00 +02:00
Damien Cassou
af770d4c7c
Astroid 1.2.1
2014-10-09 10:22:16 +02:00
Michael Raskin
77f497b78d
Merge pull request #4428 from mknight-tag/master
...
New package: MKRAND
2014-10-09 11:50:47 +04:00
M Knight
ab17c2b8f5
Add MKRAND
2014-10-08 20:03:09 -05:00
Oliver Hunt
6f64a7cf43
Added granite
...
Added meta details, changed hash to sha256, and added versions for granite
Changed name to use versions
Fixed license
Yet another typo fix
Added myself as maintainer and fixed typo
Fixed maintainers
Added pantheon terminal
woops
2014-10-09 01:55:27 +02:00
Peter Simons
2da7e03ed7
cabal2nix: fix build with old versions of GHC
2014-10-08 21:04:31 +02:00
Bjørn Forsman
8542ccc248
python-libvirt: update 1.2.7 -> 1.2.9
...
Should fix breakage due to out-of-sync version with libvirt.
2014-10-08 18:09:52 +02:00
Georges Dubus
8441d45055
Merge pull request #4420 from flazz/master
...
new: gist – cli for gist.github.com
2014-10-08 17:39:58 +02:00
Shea Levy
302fd99a11
ujson doesn't build on pypy
2014-10-08 10:27:34 -04:00
Francesco Lazzarino
672654f9e9
new: gist – cli for gist.github.com
2014-10-08 07:31:36 -05:00
Domen Kožar
0723adfa26
pythonPackages.circus: add
2014-10-08 13:31:50 +02:00
Florent Becker
ced9fd1310
new package: svg2tikz
2014-10-08 11:59:25 +02:00
William A. Kennington III
ee8a97a25e
corosync: Add package
2014-10-08 01:46:23 -07:00
William A. Kennington III
2ae3cc7ef4
libstatgrab: Add package
2014-10-08 01:27:26 -07:00
William A. Kennington III
ed76e77806
librdmacm: Add package
2014-10-08 01:27:26 -07:00
William A. Kennington III
2636436359
libibverbs: Add package
2014-10-08 01:27:26 -07:00
William A. Kennington III
33cd48a470
libqb: Add package
2014-10-08 01:27:26 -07:00
Francesco Lazzarino
585325dc14
New: gnu datamash
2014-10-07 19:41:31 -05:00
Mateusz Kowalczyk
9440e6ba7d
haskell-objective: new package
2014-10-07 16:55:12 +01:00
Mateusz Kowalczyk
3a5708ddc2
haskell-clean-unions: new package
2014-10-07 16:55:12 +01:00
Mateusz Kowalczyk
2dc7f89bee
haskell-WAVE: new package
2014-10-07 16:08:01 +01:00
Mateusz Kowalczyk
3c22bdd271
haskell-trivia: new package
2014-10-07 16:08:01 +01:00
Domen Kožar
b0294578eb
add opentracker: free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router
2014-10-07 17:06:46 +02:00
Nick Sauce
bfa942c9bf
sigil: new package
2014-10-07 18:51:33 +04:00
Michael Raskin
b32dbc8be6
Gajim update
2014-10-07 16:23:28 +04:00
Michael Raskin
5d584c5109
Update gvpe
2014-10-07 16:23:28 +04:00
Michael Raskin
c16cce3204
Update freetalk
2014-10-07 16:23:28 +04:00
Luca Bruno
e229cfb57c
Revert "Merge pull request #4406 from wavewave/proot"
...
This reverts commit 552d1ec8b3
, reversing
changes made to 3432414808
.
2014-10-07 14:05:31 +02:00
Domen Kožar
1992bd1331
Merge pull request #4409 from iElectric/redmine
...
Add Redmine package and NixOS Service
2014-10-07 13:41:46 +02:00
Shea Levy
a18a992785
Add ujson python package
2014-10-07 06:32:48 -04:00
Shea Levy
0f37f832c6
tornadokick: bump
2014-10-07 06:12:50 -04:00
lethalman
552d1ec8b3
Merge pull request #4406 from wavewave/proot
...
proot: User-space implementation of chroot, mount --bind and binfmt_misc
2014-10-07 12:10:39 +02:00
Domen Kožar
8f27aedb46
add redmine package
2014-10-07 10:54:22 +02:00
Christopher Poole
7af2d07f24
Added the dlib machine learning library.
2014-10-07 16:36:30 +11:00
Christopher Poole
19cceb91bd
Added the grassroots DICOM library.
2014-10-07 16:01:26 +11:00
Bryan Gardiner
de0a388ccf
Add claws-mail and libetpan.
...
Adds Nix expressions for claws-mail (http://www.claws-mail.org ) and a
dependency that is not already in the tree, libetpan
(http://www.etpan.org/libetpan.html ).
The Claws expression has flags for toggling the build of various plugins.
2014-10-06 18:07:43 -07:00
Ian-Woo Kim
609bea973a
proot: User-space implementation of chroot, mount --bind and binfmt_misc
2014-10-07 02:37:23 +02:00
Rob Vermaas
bb0c2fab6d
Re-add bower/bower2nix, regenerated node-packages-generated.nix
2014-10-06 20:40:14 +02:00
Aristid Breitkreuz
a839129fde
Merge pull request #4388 from NixOS/minecraft-sound
...
Minecraft sound with Pulseaudio
2014-10-06 20:08:29 +02:00
Michael Raskin
08c365979a
Fix dadadodo entry in all-packages after cleanup
2014-10-06 14:15:43 +04:00
Peter Simons
8ee5bd585f
haskell-sloane: update to version 1.9.3
...
This version supports the latest optparse-applicative.
2014-10-06 11:21:39 +02:00
Peter Simons
06a62d44fb
git-annex: blind attempt to fix the build on Darwin
2014-10-06 11:00:12 +02:00
Charles Strahan
fc7098abf7
logstash service improvements
...
* add logstash-contrib plugins package
* add additional options to the logstash service
2014-10-05 21:53:05 -04:00
Michael Raskin
a69caaa65b
Update linux_latest reference to 3.17
2014-10-06 02:56:14 +04:00
Michael Raskin
4397ec5cab
Add Linux 3.17
2014-10-06 02:43:58 +04:00
Oliver Charles
9e155d6d94
haskellPackages.diagramsGtk: New expression
2014-10-05 20:36:11 +01:00
Aristid Breitkreuz
6c7786074f
fix sound in minecraft for pulseaudio users
2014-10-05 19:50:35 +02:00
Mateusz Kowalczyk
bc2ab990cc
haskell-vty: update to 5.2.3
2014-10-05 14:58:30 +01:00
Aristid Breitkreuz
596b4b42ed
Merge pull request #4378 from abbradar/deadbeef-fix
...
fix "Open..." menu items in "deadbeef"
2014-10-05 14:53:44 +02:00
_1126
7536d41287
stumpwm: update and refactoring
...
This commit updates the stumpwm to version 0.9.8. Futhermore, it
refactors the expression quite a lot:
* stumpwm has been moved from lisp modules to window-managers.
* stumpwm has been added to the window managers NixOS knows about, this
enables the user to add stumpwm as a default window manager in his
NixOS configuration like with Xmonad or i3.
* the package has been split into stumpwm and stumpwmContrib. This is
due to the fact that development of stumpwm and its extension modules
has been split into two repositories. As of today, the release is the
last one before this split. This split into two packages only reflect
those upcoming upstream changes already.
It is planned to make the addition of the extension modules voluntarily,
like with Xmonads option "enableContribAndExtras". Furthermore it might
be possible to add an option to compile stumpwm with clisp instead of
sbcl.
2014-10-05 14:50:08 +02:00
William A. Kennington III
9e5825ba8e
iperf: Add major version 3
2014-10-04 17:23:06 -07:00
Peter Simons
b1e52be91d
perl-packages.nix: strip trailing whitespace
2014-10-04 22:52:21 +02:00
Peter Simons
1f1971b214
perl-Crypt-RandPasswd: update to version 0.06
...
The old version is no longer available for download.
2014-10-04 22:52:21 +02:00
Peter Simons
1faca0e3d6
perl-Email-Sender: update to version 1.300014
...
The old version is no longer available for download
2014-10-04 22:52:21 +02:00
Peter Simons
dcaa69a2ea
perl-Throwable: update to version 0.200010
...
The old version is no longer available for download
2014-10-04 22:52:21 +02:00
Peter Simons
e3c4b9de14
perl-MooX-Types-MooseLike: add version 0.27
2014-10-04 22:52:21 +02:00
Daniel Peebles
aa7839c145
Clean up command-line tools a bit to allow us to use an impure
...
hdiutil (for an upcoming bootstrapped stdenv for darwin!)
Closes #4382
2014-10-04 20:21:15 +01:00
Bjørn Forsman
b17b17be73
python-scipy: update 0.12 -> 0.14
...
I successfully built all reverse dependencies, using this procedure[1]:
$ nix-env -f . -qaP \* --drv-path | sort > l1
(...modify package...)
$ nix-env -f . -qaP \* --drv-path | sort > l2
$ changed=$(diff l1 l2 | awk '{print $2}' | sort | uniq)
$ nix-build $(for i in $changed; do echo -A $i; done)
[1]: https://nixos.org/wiki/Contributing
2014-10-04 18:41:42 +02:00
Mateusz Kowalczyk
db55a6788a
python-xdot: new package
2014-10-04 08:26:34 +01:00
Mateusz Kowalczyk
5bb8260bfb
haskell-graphmod: new package
2014-10-04 07:54:12 +01:00
Nikolay Amiantov
1cc3fc871e
deadbeef: fix gtk3, use gtk2 by default, allow simultaneous
2014-10-04 01:50:50 +04:00
Damien Cassou
5d294db3b2
shellcheck is packaged twice
...
I removed development/libraries/haskell/ShellCheck and kept
development/tools/misc/ShellCheck.
2014-10-03 20:16:25 +02:00
Peter Simons
5e62bd5343
Merge pull request #4272 from edwtjo/ihaskell
...
ihaskell: added package
2014-10-03 19:12:08 +02:00
Nikita Mikhailov
cb18839669
python-linode: add myself as maintainer, fix meta
2014-10-03 12:18:50 +02:00
Nikita Mikhailov
28a04ae236
Add linode python binding
2014-10-03 12:18:50 +02:00
Sander van der Burg
0960e30121
node-packages: update titanium to latest stable version and update other NPM packages
2014-10-03 11:46:22 +02:00
AndersonTorres
bf560ce496
PGF: "upgrade" to version 3.00
...
It is not so properly an update, because the old versions will not be
obliterated from Nixpkgs. Hello backwards compatibility, my old friend...
2014-10-03 00:37:43 -03:00
Edward Tjörnhammar
6becaca7b3
ihaskell: added package
2014-10-02 20:53:55 +02:00
Edward Tjörnhammar
949b80a229
system-argv0: added package
2014-10-02 20:53:55 +02:00
Edward Tjörnhammar
bf885a8d87
ghc-parser: added package
2014-10-02 20:53:55 +02:00
Edward Tjörnhammar
5765ce1b2d
here: added package
2014-10-02 20:53:55 +02:00
Rickard Nilsson
1ccb2f76b5
Merge pull request #4078 from edwtjo/libretro-cores-addendum
...
XBMC RetroArch integration and some cores
2014-10-02 20:50:49 +02:00
Michael Raskin
907af9e9e6
Merge pull request #3963 from christopherpoole/geant4
...
Add the Geant4 Monte Carlo radiation transport toolkit and its Python bindings.
2014-10-02 22:42:15 +04:00
Domen Kožar
91c0ba4b20
pythonPackages.webob: 1.3.1 -> 1.4
2014-10-02 20:09:53 +02:00
Rickard Nilsson
f615942664
Syntax fix for xbmc/retroarch in all-packages.nix
2014-10-02 20:09:18 +02:00
Edward Tjörnhammar
9d4e344b46
xbmc: enable plugins to be picked up from the store.
2014-10-02 20:09:18 +02:00
Edward Tjörnhammar
9d93f9bcda
XBMC AdvancedLauncher RetroArch launchers.
...
These are wrappers for retroarch wrappers, they are needed since launching a
process from XBMC(as a display manager and probably otherwise), using
AdvancedLauncher, results in it and it's parent recieving the same gamepad
input.
These wrappers will produce no sound on XBMC and AdvancedLauncher setups not
using a sound daemon, since XBMC gets paused while still holding onto the sound
device.
2014-10-02 20:09:18 +02:00
Mateusz Kowalczyk
2e51b2e18a
agda-base: new package
2014-10-02 09:49:42 +01:00
Daniel Peebles
c55c435ade
Add Apple command-line tools
...
Closes #4365
2014-10-02 06:50:09 +01:00
AndersonTorres
59418454e6
Bochs: adding configurable options
...
Now, Bochs expression has a bunch of configurable options!
Unhappily, it is a big and complex project, and some configure options
are in constant clash. But the set created for now is very usable and
stable.
Closes #4366
2014-10-02 06:48:50 +01:00
Boris Sukholitko
0d41386f48
haskell: add blank-canvas package
...
Closes #4356
2014-10-02 06:47:52 +01:00
Boris Sukholitko
f806977d78
haskell: add kansas-comet package
...
Closes #4356
2014-10-02 06:47:47 +01:00
Emery Hemingway
7a610e8b67
assimp: initial package expression for version 3.1.1
...
Open Asset Import Library is a library for importing 3D models in
various formats
Closes #4352
2014-10-02 06:45:17 +01:00
Mateusz Kowalczyk
fa910f2f74
giflib: default to 5.0.5
...
5.1.0 apparenlty breaks a bunch of stuff, see comments on
61f8cee6ce
2014-10-02 06:24:51 +01:00
Austin Seipp
6e9d62153f
Merge pull request #4354 from k0ral/restview
...
New python package: restview-2.1.1
2014-10-01 18:53:41 -05:00
Austin Seipp
077fcd8829
Merge pull request #4357 from flazz/master
...
new: Apache Cassandra 2.1.0
2014-10-01 18:52:54 -05:00
Luca Bruno
e707530751
giflib: add back the 5.0 version
...
Should fix tracker and may be used to fix
other packages after commit 61f8cee
.
Untested as it takes too much time to recompile
everything these days.
2014-10-02 01:41:35 +02:00
Francesco Lazzarino
17aae5742d
Apache Cassandra 2.1.0
2014-10-01 15:25:32 -05:00