Peter Simons
539304754f
haskell-Chart-cairo: add version 1.0
2013-08-30 11:04:59 +02:00
Peter Simons
44801bf4fe
haskell-operational: add version 0.2.2.1
2013-08-30 11:04:45 +02:00
Peter Simons
98fcc2f746
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-08-30 10:45:11 +02:00
Vladimír Čunát
c9f7992282
stumpwm: fix build via using older texinfo
2013-08-29 15:19:42 +02:00
Vladimír Čunát
d5e22f4b60
slibGuile: fix build via using older texinfo
2013-08-29 14:59:25 +02:00
Shea Levy
39a7470c73
Add patch to Net::Amazon::S3 to enable credentials from the environment/instance roles
...
See https://github.com/pfig/net-amazon-s3/pull/25
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-29 07:28:33 -04:00
Gergely Risko
354746527d
Add platform meta attribute for perlPackages.ack
2013-08-28 23:51:38 +03:00
Shea Levy
a8a197587a
Add some Dist::Zilla plugins and their many deps
...
Definitely need to write a more complete cpan2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-28 15:16:52 -04:00
Shea Levy
8bcfcac0c1
Add Dist::Zilla and its many deps
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-28 13:28:56 -04:00
Peter Simons
900ed0c353
Merge pull request #873 from errge/linear
...
Add linear haskell library
2013-08-28 03:10:58 -07:00
Vladimír Čunát
2fda1165da
Merge branch 'master' into x-updates
2013-08-28 10:37:41 +02:00
Domen Kožar
8b3aeda82c
Merge pull request #879 from matejc/newtarman
...
tarman: switch to newer version 0.1.3
2013-08-28 00:46:01 -07:00
Evgeny Egorochkin
deecf7e1cb
Merge pull request #869 from j4/master
...
Add The Little Brother's Database (lbdb) package
2013-08-28 00:44:52 -07:00
Matej Cotman
0d689828a2
tarman: switch to newer version 0.1.3
2013-08-28 06:06:07 +02:00
Cillian de Róiste
6e3416c898
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-08-28 00:26:39 +02:00
Cillian de Róiste
01cc4301f3
Add a patched version of buildout 2.2.0 for development with nix
...
Without this patch buildout will copy eggs from the nix store into the
./eggs directory and then try to compile them. This fails because they
are read only. This patch changes the behaviour to create symlinks to
eggs available in the nix store instead of copying them, and not to
try to compile the eggs in the store. To differentiate this from the
default buildout (which may be provided otherwise e.g. as a
dependency) the executable is renamed to buildout-nix.
This can be used in conjuntion with myEnvFun to create development
environments which make use of the python modules available in the
store while downloading any additional required eggs. A pleasant side
effect is that you can conveniently replace the symlink with a copy
for debugging purposes.
2013-08-28 00:26:06 +02:00
Gergely Risko
9cb6a10949
Add linear haskell library
2013-08-27 17:11:33 +02:00
Song Wenwu
eb0aafd4c9
add mate-themes 1.6.1
2013-08-27 17:00:03 +02:00
Song Wenwu
d80e7b3799
add mate-icon-theme 1.6.1
2013-08-27 17:00:03 +02:00
Vladimír Čunát
0e1a1748f4
mu: fix build by using older texinfo
2013-08-27 15:41:00 +02:00
Song Wenwu
757568b8fe
add gtk-engine-murrine 0.98.2
2013-08-27 13:10:11 +02:00
Jean-Alexandre Peyroux
ed522b59c6
Modif lbdb package. Following the remarks after the 1st commit.
...
* add in all-packages.nix sorted alphabetically
* add platforms and license in default.nix
2013-08-27 11:08:11 +02:00
Jean-Alexandre Peyroux
d0f40f17b8
Add The Little Brother's Database (lbdb) package
2013-08-27 09:28:36 +02:00
aszlig
35229f0cf4
boomerang: Refactor and fix build.
...
Thanks to @phreedom for reporting the broken URL used fetchgit, which
was because I deleted my fork repository. Fortunately, in the meantime
other forks got to a more "working" state and being more actively
maintained than my fork. So that's why I switched using @nemerle's fork
now, as it is the the most usable one out there, at least in our case.
One stupid thing I've done in the first place was to use "1.0pre" as the
version and the fork uses "alpha 0.3.2", so it essentially is some kind
of a "downgrade" if you just look at the version.
Fortunately, peer-unreviewed research based on guesswork has shown that
I'm the only one using Boomerang on NixOS, so this shouldn't have a big
impact on the other non-existent users.
Also, this drops dependencies on boehmgc and cppunit, because building
with either one or both will fail at the moment.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-27 04:39:33 +02:00
Rob Vermaas
de9a2c342e
Make generated node expression overridable in nodePackages.
2013-08-26 21:55:48 +02:00
Vladimír Čunát
c7187ad59f
libav: major update and refactoring ( close #839 )
...
Also leaving 0_8 branch, as it's compatible with older ffmpeg versions.
I'm planning that all expressions will be able to switch easily
between ffmpeg and libav (whatever default we choose, but I prefer libav).
Edited (twice) according to notes on the reverted b003138
.
2013-08-26 18:02:33 +02:00
Peter Simons
52293798cc
haskell-distributed-process: drop broken package
...
distributed-process won't compile, and upstream doesn't accept bug reports
without some elaborate registration procedure.
2013-08-26 12:24:08 +02:00
Peter Simons
9ac8ea937c
Merge branch 'origin/master' into stdenv-updates.
2013-08-26 12:21:23 +02:00
Peter Simons
402c496a8b
Merge pull request #863 from errge/lensdatetime
...
Add lens-datetime haskell library
2013-08-26 03:04:24 -07:00
Rok Garbas
dd51b43164
Plone: fixed Pillow
2013-08-25 21:57:10 +02:00
Rok Garbas
b0fd3c79f7
pypi2nix: updated
2013-08-25 21:56:36 +02:00
Gergely Risko
9d530a48fa
Add lens-datetime haskell library
2013-08-25 21:42:46 +02:00
Domen Kožar
75d8d312e8
add ungit to node-packages.json
2013-08-25 10:55:44 +02:00
Domen Kožar
03dd7deef2
node-packages: add ungit and update packages
2013-08-24 19:55:28 +02:00
Peter Simons
3bf9a5a773
Switch hoogle, hlint, derive, and stylish-haskell to the latest version of haskell-src-exts.
2013-08-24 13:00:42 +02:00
Peter Simons
67167c9170
haskell-src-exts: add version 1.14.0 and drop obsolete 1.11.1
2013-08-24 13:00:42 +02:00
Peter Simons
ab006e69c4
haskell-tasty: add version 0.2
2013-08-24 13:00:41 +02:00
Peter Simons
b92c0c2896
haskell-SourceGraph: delete obsolete package
...
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons
938a27d1bf
haskell-Graphalyze: delete obsolete package
...
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons
27d77bfc18
haskell-syb: add version 0.4.1
2013-08-24 13:00:41 +02:00
Peter Simons
2f2eb135be
Don't prefer 'emacs24-nox' over the normal 'emacs24' attribute.
2013-08-24 12:19:56 +02:00
Moritz Ulrich
a10812f792
Add emacs24-nox: emacs built without X (or GTK) libraries.
...
This commit also fixes an issue where pkgconfig was only added as a
dependency when gtk support was enabled. This made ./configure unable
to find other libraries (libtiff, libxml2, gnutls, and others).
2013-08-24 07:36:11 +03:00
Domen Kožar
17662a9a6e
pypy: forgot to commit all-packages changes
2013-08-23 17:52:56 +02:00
Lluís Batlle i Rossell
183ae4c812
Adding the python package 'muttils'
2013-08-23 09:57:12 +02:00
Vladimír Čunát
310ae0915e
tarball: add --show-trace on the remaining calls
...
This should help tracing some evaluation problems in future.
2013-08-23 09:02:10 +02:00
Bjørn Forsman
edd2d907a0
Remove jing_tools expression (now contained in jing expression itself)
...
The jing expression now creates its own "jing" wrapper script, so there
is no need for jing_tools anymore.
jing hasn't been updated in years, so I assume (or hope) that not many
(if any) have jing_tools in their configuration.nix. If you do, just
change it to jing and it should behave the same.
2013-08-22 23:20:10 +02:00
Vladimír Čunát
c1e62e7e91
Merge branch 'master' into x-updates
2013-08-22 19:29:09 +02:00
Christophe Raffalli
2c089337e7
OpenSSH: add Kerberos support
2013-08-22 12:53:06 +03:00
Peter Simons
959e79f4c7
haskell-packages.nix: fix builds of 'terminfo' and 'readline'
...
These builds depend on the ncurses library, but that package was
shadowed when the 'ncurses' Haskell library was added.
2013-08-22 10:33:10 +02:00
Evgeny Egorochkin
d4cb9d11a1
Merge pull request #856 from offlinehacker/pkgs.re2
...
Add re2, an efficient, principled regular expression library
2013-08-22 01:32:37 -07:00
Jaka Hudoklin
f4b3007ef9
Add re2, an efficient, principled regular expression library
2013-08-22 10:08:07 +02:00
Gergely Risko
e8a37d3d41
Add ncurses haskell library
2013-08-21 23:39:07 +02:00
Bjørn Forsman
61822435fd
duply: new package
...
Duply is a shell front end for the duplicity backup tool
http://duplicity.nongnu.org/ . It greatly simplifies it's usage by
implementing backup job profiles, batch commands and more. Who says
secure backups on non-trusted spaces are no child's play?
Homepage: http://duply.net/
2013-08-21 22:16:20 +02:00
Evgeny Egorochkin
b25bcf853f
package KDE 4.11
2013-08-21 20:41:07 +03:00
Peter Simons
b4750167e7
Merge pull request #847 from errge/master
...
Add modular-arithmetic haskell library
2013-08-21 01:28:41 -07:00
Jaka Hudoklin
d8cd75d6a1
pythonPackages.graphite_web: update to 0.9.11
2013-08-21 10:10:11 +02:00
Shea Levy
7188cc39fa
Add karma nodePackage
...
Required updating to npm2nix 5.1.0 for peerDependency cycle management
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 18:56:20 -04:00
Domen Kožar
e9ec76b8a7
Merge pull request #743 from bencahill/master
...
Add nvpy, a Simplenote syncing note-taking application
2013-08-20 14:36:41 -07:00
Domen Kožar
f13d2f58d3
Merge pull request #804 from lovek323/googlecl
...
pythonPackages.googlecl: add expression
2013-08-20 14:33:58 -07:00
Shea Levy
33575ab335
Update nodePackages to latest npm2nix
...
This version has a much cleaner interface, should require fewer major version bumps
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 13:12:56 -04:00
Shea Levy
7cda7d5fa7
Whoops, npm2nix bugfix
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 12:06:31 -04:00
Shea Levy
a6887c5973
Update nodePackages to npm2nix 4.0.0
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 11:52:28 -04:00
Gergely Risko
fdb6ae2734
Add modular-arithmetic haskell library
2013-08-20 17:46:58 +02:00
Rickard Nilsson
310268f36d
diod: New package, a 9P server implementation for Linux
2013-08-20 17:24:30 +02:00
Sander van der Burg
a6828daccc
Force npm2nix not to use the 1.0.0 prerelease of swig
2013-08-20 11:57:14 +02:00
Sander van der Burg
fc7cc7a90b
Add mongodb nodejs package
2013-08-20 11:25:45 +02:00
Sander van der Burg
36eba4eb9a
Force npm2nix to use mongoose 3.6.x - 3.7.x is an unstable/experimental release branch
2013-08-20 11:18:04 +02:00
Lluís Batlle i Rossell
2fbbe2c1a9
Adding a glibc variant with the memusage program
2013-08-20 10:15:40 +02:00
Peter Simons
35fe1d286f
haskell-pretty-show: update to version 1.6.1
2013-08-19 20:54:50 +02:00
Shea Levy
fb4b6506ee
Update nodePackages again.
...
Every minor release of npm2nix requires several bugfixes immediately it seems
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-19 12:09:20 -04:00
Shea Levy
111e03c65b
Update npm2nix
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-19 11:38:37 -04:00
Shea Levy
c021741775
Add some yeoman generators
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-19 11:12:47 -04:00
Shea Levy
d8b01bb241
Update nodePackages to npm2nix 3.1.1
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-19 10:52:14 -04:00
Rob Vermaas
94d74753ef
Add statsd 0.6.0
2013-08-19 10:40:36 +02:00
Mathijs Kwik
e4f7a1d3f5
conkeror: provide a wrapper, so plugins work
2013-08-19 07:04:18 +02:00
Mathijs Kwik
273689bcbd
linux-3.10: remove the btrfs send patch
...
it helps, but is incomplete.
more fixes are coming, but including these would change too much
generic btrfs code, which might cause trouble for others.
so the best advice is not to use btrfs send yet and wait for 3.11 or 3.12
2013-08-19 07:04:18 +02:00
Mathijs Kwik
467c581811
new package: haskell-pcap-enumerator
2013-08-19 07:04:17 +02:00
Mathijs Kwik
a50a9481f9
new package: haskell-pcap
2013-08-19 07:04:17 +02:00
Shea Levy
d9397ed2b6
Add yo nodePackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-18 19:31:07 -04:00
Shea Levy
67eb2c8ad3
Handle peerDependencies in nodePackages
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-18 19:28:51 -04:00
Shea Levy
b0320f130a
Update node-packages-generated to latest npm2nix format
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-18 19:28:18 -04:00
Song Wenwu
6ae213d3ae
add gtk-engines 2.20.2
2013-08-18 19:17:19 +02:00
Peter Simons
d2194a294e
mpack: add version 1.6
2013-08-17 14:42:06 +02:00
Peter Simons
0d7118814b
Merge branch 'origin/master' into stdenv.
2013-08-17 10:00:16 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Peter Simons
76244ac2e2
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/ghc/with-packages.nix
2013-08-16 22:51:13 +02:00
Peter Simons
a940651968
liblapack: add myself as a maintainer and enable Hydra builds (in stdenv-updates)
2013-08-16 22:45:30 +02:00
Shea Levy
595b8dbab9
Revert "Make all node packages available at the top level via their real name/version"
...
This makes attributes visible to nix-env that can't actually be
specified with -A, which is why there is a separate top-level in the
first place, duh.
This reverts commit ddb8b7f831
.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-16 15:30:49 -04:00
Gergely Risko
a7a9676e60
Add unix-bytestring haskell library
2013-08-16 17:55:34 +02:00
Vladimir Still
eb97daf88d
networking: Add bwm-ng expression.
2013-08-16 14:57:16 +02:00
Eelco Dolstra
6175954271
Revert "libav: major update and refactoring"
...
This reverts commit b003138081
because
it breaks Nixpkgs evaluation with "error: attribute `cross.config'
missing".
http://hydra.nixos.org/build/5725600
2013-08-16 13:39:02 +02:00
Eelco Dolstra
a0d4c09445
Fix Nixpkgs evaluation
...
http://hydra.nixos.org/build/5722962
2013-08-16 11:52:10 +02:00
Vladimír Čunát
b8d00ac153
ghostscript: minor update, a little refactoring
...
Builds fine, I tried running some apps depending on it.
2013-08-15 20:48:14 +02:00
Eelco Dolstra
3a008f7a1d
tango-icon-theme: Add
2013-08-15 18:01:16 +02:00
Eelco Dolstra
50b2e52988
hicolor-icon-theme: Move to data/icons
2013-08-15 16:53:40 +02:00
Rob Vermaas
47c9825c2d
Update boto to 2.9.9
2013-08-15 16:01:36 +02:00
Shea Levy
ddb8b7f831
Make all node packages available at the top level via their real name/version
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-15 09:57:07 -04:00
Rok Garbas
48e89259b1
pypi2nix should only be avaliable for python27
2013-08-15 14:33:24 +02:00
Evgeny Egorochkin
1af650355b
Merge pull request #831 from the-kenny/avra-1.3.0
...
avra-1.3.0: Assember for the Atmel AVR microcontroller family
2013-08-14 21:20:02 -07:00
Eelco Dolstra
68469ca342
releaseTools.aggregate: Rename ‘members’ to ‘constituents’
2013-08-15 02:29:08 +02:00