Mathijs Kwik
ab94b3b863
linux-3.0: upgrade to 3.0.99
2013-10-06 20:17:02 +02:00
Mathijs Kwik
c242863da8
linux-3.4: upgrade to 3.4.65
2013-10-06 20:17:01 +02:00
Mathijs Kwik
07fd8c87ab
linux-3.10: upgrade to 3.10.15
2013-10-06 20:17:01 +02:00
Mathijs Kwik
2af2f26034
linux-3.11: upgrade to 3.11.4
2013-10-06 20:17:01 +02:00
Mathijs Kwik
40826e309f
linux-3.12: upgrade to 3.12-rc3
2013-10-06 20:17:01 +02:00
Domen Kožar
960896a063
Merge pull request #1048 from falsifian/firefox_debug
...
firefox: add an option to build with debugging enabled.
2013-10-06 10:48:31 -07:00
Bjørn Forsman
dc44195b95
pv: 1.3.4 -> 1.4.12
...
See changelog in the "NEWS" section at
http://www.ivarch.com/programs/pv.shtml
2013-10-06 18:40:41 +02:00
Domen Kožar
81fc2301f3
add haveged: A simple entropy daemon
2013-10-06 17:18:50 +02:00
Domen Kožar
49f8e371a1
Merge pull request #1049 from bjornfor/description-fixes
...
More description fixes
2013-10-06 07:05:20 -07:00
Bjørn Forsman
9d7086f173
asciidoc: purify and add asciidocFull attribute
...
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that, if true, pulls in all dependencies and patches asciidoc
to contain full paths to the tools.
I've set enableStandardFeatures = false for the existing asciidoc
attribute so that the closure size stays unchanged, at 255 MiB. The new
asciidocFull attribute (with enableStandardFeatures = true) has a
closure size of 1.5 GiB.
2013-10-06 12:18:08 +02:00
Bjørn Forsman
83c9a264bf
dblatex: purify and add dblatexFull attribute
...
imagemagick, transfig, inkscape, fontconfig and ghostscript are missing
dependencies of dblatex. Instead of adding all those dependencies to the
existing dblatex attribute, make a new dblatexFull attribute for that.
Also pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python (which is
impure when not run in a wrapper).
2013-10-06 12:18:08 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons
2e60cd53b7
Merge pull request #1046 from DriesVanDaele/master
...
add tabling to yap
2013-10-06 02:58:53 -07:00
James Cook
b0d4b8bcaa
firefox: add an option to build with debugging enabled.
2013-10-05 21:07:42 -07:00
Eelco Dolstra
9db68de9e6
polkit, pulseaudio: Drop some Linux-specific dependencies
2013-10-06 00:21:28 +02:00
Eelco Dolstra
2ae2b0bca3
Drop --xml, it's no longer needed
2013-10-06 00:21:28 +02:00
Aristid Breitkreuz
c80556f630
rsnapshot 1.3.1
2013-10-05 23:07:52 +02:00
Dries Van Daele
89964dd241
add tabling to yap
2013-10-05 20:59:34 +02:00
Aristid Breitkreuz
80924c8f3c
rsnapshot: configurable configuration file path
...
default value: /etc/rsnapshot.conf
2013-10-05 20:48:03 +02:00
Domen Kožar
38a20082cd
Merge pull request #1044 from bjornfor/description-fixes
...
Some description fixes
2013-10-05 10:40:02 -07:00
Bjørn Forsman
28ac782583
Some description fixes
...
There are many more packages to fix, this is just a start.
Rules:
* Don't repeat the package name (not always that easy...)
* Start with capital letter
* Don't end with full stop
* Don't start with "The ..." or "A ..."
I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Domen Kožar
f82cfef944
add sshuttle: Transparent proxy server that works as a poor man's VPN
2013-10-05 16:46:56 +02:00
Vladimír Čunát
4c7796e4a3
transmission: fix non-gtk builds
...
I'm sorry, I was incautious.
2013-10-04 21:10:54 +02:00
Vladimír Čunát
ae60edca0e
transmission: unify versions to the newest, use gtk3
...
Also introduce transmission_gtk attribute and signify gtk client support
in the name (so newbies using package names can see there's a gui version).
2013-10-04 20:31:02 +02:00
Eelco Dolstra
e5ebb59e1d
zabbix: Apply fix for a SQL injection bug
...
https://support.zabbix.com/browse/ZBX-7091
CVE-2013-5743
2013-10-04 13:52:49 +02:00
Jonas Hoersch
47a05b9aec
autorandr: add coroa as a maintainer
2013-10-04 09:34:17 +02:00
Mathijs Kwik
6c9a267745
linux-3.10: upgrade to 3.10.14
2013-10-04 09:07:45 +02:00
Mathijs Kwik
126403132d
linux-3.11: upgrade to 3.11.3
2013-10-04 09:07:45 +02:00
Mathijs Kwik
0dfab04ef1
calibre: upgrade to 1.5.0
2013-10-04 09:07:45 +02:00
Mathijs Kwik
4d32a074a2
org-mode: install to proper dir
2013-10-04 09:07:45 +02:00
Mathijs Kwik
cb537ad44b
trifecta: override dependency versions
...
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:
haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
extraPrefs = self: {
hashable = self.hashable_1_2_1_0;
};
};
2013-10-04 09:07:45 +02:00
Mathijs Kwik
af2eaf1ef9
llvm-general: remove version 3.3.5
2013-10-04 09:07:44 +02:00
Mathijs Kwik
f7a9743574
idris: build with latest llvm-general(-pure)
2013-10-04 09:07:44 +02:00
Peter Simons
85ecc3f176
haskell-git-annex: update to version 4.20131002
2013-10-03 21:29:51 +02:00
Shea Levy
f6e835a2c3
Fix pythonWrapper when all of the binaries come from python
...
See discussion in #834
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-03 15:25:43 -04:00
Peter Simons
bee1d0716a
Merge pull request #834 from peti/new-python-wrapper
...
Re-implement python-wrapper with buildEnv.
2013-10-03 09:07:09 -07:00
Peter Simons
be67ab572c
haskell-regex-compat-tdfa: work around broken release tarball on Hackage
2013-10-03 17:55:28 +02:00
Peter Simons
da17bd1352
git-annex: make sure the man page is installed
2013-10-03 17:16:19 +02:00
Peter Simons
e857fee7a7
lxc: update to current git HEAD 1.0.0.alpha1-92-g8111adf
...
The developers claim that the new version works on systemd-based hosts.
2013-10-03 17:09:02 +02:00
Peter Simons
9c6e0e584c
lua-5.1: fix $prefix in installed pkgconfig file
2013-10-03 17:09:02 +02:00
Peter Simons
c7ad106209
all-packages.nix: avoid breaking syntax highlighting in Emacs
2013-10-03 17:09:02 +02:00
Peter Simons
97e0e19858
all-packages.nix: strip trailing whitespace
2013-10-03 17:09:02 +02:00
Peter Simons
6b17f7d9ee
pkgs/tools/security/seccure: store the expression in a file called "default.nix"
2013-10-03 17:09:02 +02:00
Peter Simons
883c10a663
Merge pull request #1013 from coroa/autorandr
...
autorandr: add autorandr an automatic display configuration selector
2013-10-03 06:58:43 -07:00
Peter Simons
178e88e780
Merge pull request #1036 from offlinehacker/ettercap
...
Add ettercap, a comprehensive suite for man in the middle attacks
2013-10-03 06:57:55 -07:00
Peter Simons
b87cd83022
Merge pull request #1035 from pSub/dwb
...
Added dwb, a lightweight webbrowser written in C based on webkit and gtk
2013-10-03 06:48:55 -07:00
Jaka Hudoklin
f295cf2395
Add ettercap, a comprehensive suite for man in the middle attacks
2013-10-03 15:35:34 +02:00
Sander van der Burg
85e912be63
Added connect-jade-static, plist-native, x509 nodejs packages
2013-10-03 14:59:48 +02:00
Rickard Nilsson
6d247f81b4
network-manager: Rename dispatcher service
...
Rename NetworkManager-dispatcher.service to
dbus-org.freedesktop.nm-dispatcher.service so it is found by systemd (NixOS
doesn't handle the Alias directive in the unit file)
2013-10-03 14:46:49 +02:00
Rok Garbas
966f244292
plone.recipe.zope2instance python package added
2013-10-03 13:34:46 +02:00
Sander van der Burg
35a12fb72c
Added istanbul and selenium nodejs components + update other nodejs packages
2013-10-03 11:45:53 +02:00
Peter Simons
742d6597ca
Re-implement python-wrapper with buildEnv.
...
The new wrapper creates an environment that contains all files from
Python and the extra libraries that have been specified. All files are
found at run-time by means of the $PYTHONHOME variable; the wrapper no
longer uses $PYTHONPATH.
2013-10-02 22:47:19 +02:00
Peter Simons
1d03574722
haskell-yesod-core: update to version 1.2.4.4
2013-10-02 22:33:44 +02:00
Peter Simons
51cc4b609a
haskell-hoogle: update to version 4.2.23
2013-10-02 22:33:44 +02:00
Peter Simons
9f70b8e678
haskell-pandoc-types: update to version 1.12.2.2
2013-10-02 22:33:43 +02:00
Peter Simons
8f80bb9937
haskell-lens: update to version 3.9.2
2013-10-02 22:33:43 +02:00
Peter Simons
2c979c18c5
haskell-crypto-conduit: update to version 0.5.2.1
2013-10-02 22:33:43 +02:00
Peter Simons
287346dfce
haskell-bindings-DSL: update to version 1.0.19
2013-10-02 22:33:43 +02:00
Peter Simons
5f68232263
haskell-accelerate-cuda: update to version 0.13.0.4
2013-10-02 22:33:43 +02:00
Peter Simons
4e861e3463
haskell-MonadRandom: update to version 0.1.12
2013-10-02 22:33:43 +02:00
Peter Simons
a3ffa37065
cabal-install: update to version 1.18.0.2
2013-10-02 22:33:43 +02:00
Peter Simons
3a8c00c00d
haskell-HaRe: update to version 0.7.0.6
2013-10-02 22:33:42 +02:00
Peter Simons
b9957fed8e
haskell-snap: update to version 0.13.0.3
2013-10-02 22:33:42 +02:00
Peter Simons
00718b5dd3
haskell-skein: update to version 1.0.8
2013-10-02 22:33:42 +02:00
Peter Simons
eeeecbefa8
haskell-hS3: update to version 0.5.8
2013-10-02 22:33:42 +02:00
Peter Simons
fad405e3e4
haskell-doctest: update to version 0.9.9
2013-10-02 22:33:42 +02:00
Peter Simons
ffd9bbf29a
haskell-data-pprint: update to version 0.2.2
2013-10-02 22:33:42 +02:00
Peter Simons
51aa0c05d8
haskell-crypto-conduit: re-generate expression with cabal2nix
2013-10-02 22:33:41 +02:00
Peter Simons
eaa38dd941
haskell-git-annex: update to version 4.20130927
2013-10-02 22:33:41 +02:00
aszlig
d02be2520f
chromium: Remove conditionals for version 29.
...
This removes the conditionals and obsolete cruft for version 29,
especially the old user namespaces sandbox patch.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 20:18:12 +02:00
aszlig
9dcbaf9f6f
chromium: Update all channels to latest versions.
...
This makes version 30 the new stable version which is now in par with
the beta channel. Overview:
stable: 29.0.1547.76 -> 30.0.1599.66
beta: 30.0.1599.59 -> 30.0.1599.66
dev: 31.0.1650.0 -> 31.0.1650.4
Here you can find the release notes for the new stable version:
http://googlechromereleases.blogspot.de/2013/10/stable-channel-update.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 20:12:34 +02:00
Rickard Nilsson
4674d745e0
dovecot-pigeonhole: Update to 0.4.2
2013-10-02 18:51:31 +02:00
Rickard Nilsson
8c01614588
dovecot 2.2.x: Update to 2.2.6
2013-10-02 18:51:31 +02:00
Rickard Nilsson
28c3401684
acid-state: Update to 0.12.1
2013-10-02 18:51:31 +02:00
Pascal Wittmann
fabc7438f1
Added udisks-glue, a tool to associate udisks-events to actions
2013-10-02 15:40:57 +00:00
Eelco Dolstra
d774f84153
nvidia-x11: Update to 319.60
2013-10-02 16:15:14 +02:00
Pascal Wittmann
46fd82a793
Added dwb, a lightweight webbrowser written in C based on webkit and gtk.
2013-10-02 15:45:39 +02:00
aszlig
39707b3224
python-hetzner: Update to new version 0.6.0.
...
This introduces the following changes:
- Remove scraping of the Robot web interface for getting the server ID.
- Display server number whenever appropriate.
- Remove duplicate definition of exceptions.
- Gracefully return if there are no subnets available.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 15:06:43 +02:00
Pascal Wittmann
51c48e2320
Add bgs, a simple background setter for X
2013-10-02 14:28:45 +02:00
aszlig
7cac5a29e0
Revert "python-paramiko: Add patch for ECDSA ..."
...
This reverts commit 58fdf34296
, because it
wasn't actually very fitting for nixpkgs in general, so let's wait for
the upcoming upstream release to address this.
Details can be found at:
https://github.com/NixOS/nixpkgs/commit/58fdf34#commitcomment-4231461
Thanks to @iElectric for the notice.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 14:01:01 +02:00
Moritz Ulrich
dc7ed72066
mu: Install msg2pdf (render html mail to pdf) and mug (gtk gui)
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-02 13:55:17 +02:00
Eelco Dolstra
e26b828f4a
memtest86+: Remove bogus executable bit
2013-10-02 12:32:12 +02:00
Eelco Dolstra
b8cf0a32fd
memtest86+: Update to 5.01
2013-10-02 12:32:12 +02:00
Eelco Dolstra
feeac34635
Move memtest86+ to its own directory
2013-10-02 12:32:11 +02:00
aszlig
efbf029c8b
python-paramiko: Add myself to maintainers.
...
And as promised, I'm going to keep an eye (or even two) on this :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig
4e38df5c3c
python-paramiko: Update and clean up meta.
...
The upstream package has a new maintainer (Jeff Forcier) and thus the
main homepage for the project is the GitHub page.
Also the long description contains quite a lot of unrelevant
information, so I've used the one from PyPI, which is a lot smaller and
just contains what the library supports and does.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig
58fdf34296
python-paramiko: Add patch for ECDSA private keys.
...
This patch should be backwards-incompatible and is also submitted
upstream as paramiko/paramiko#218 .
The main reason for this patch is that we need it for NixOS/nixops#124
in order to cope with NixOS/nixops@a2718b6 , which makes ECDSA private
key the default for new deployments.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig
a5f8f6ace7
python-paramiko: Update to new version 1.12.0.
...
A small summary of the changes:
- Add tentative support for ECDSA keys.
- Add server-side support for the SSH protocol's 'env' command.
The full change log can be found at:
https://github.com/aszlig/paramiko/blob/master/NEWS
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig
9ab2515314
python-packages: Add package for ecdsa library.
...
This is needed for the latest Paramiko release, which includes support
for ECDSA keys using this library.
I'm using ECDSA in the description itself, because the name also
reflects the functionality and "cryptographic signature library" would
sound odd in this case.
Also, I'm adding myself to maintainers, because I'm going to take over
maintenance for Paramiko as well.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
Jason "Don" O'Conal
d4ba98abc9
phantomjs: add openssl to rpath
2013-10-02 05:17:32 +00:00
Moritz Ulrich
62ea4e1d38
mu: update to 0.9.9.5
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 23:47:57 +02:00
Pascal Wittmann
296da4bfae
Updating org-mode to 8.2.1
2013-10-01 15:52:31 +02:00
Eelco Dolstra
fca11ef500
Fix evaluation errors
2013-10-01 13:12:45 +02:00
Eelco Dolstra
b0c1424788
tarball: Evaluate Nixpkgs on all supported platforms
...
So drop powerpc-linux and add x86_64-darwin and x86_64-freebsd.
2013-10-01 13:12:45 +02:00
Eelco Dolstra
a40f68ddfb
Remove unused file
2013-10-01 13:12:45 +02:00
Moritz Ulrich
7e816e9058
Openscad: Update to 2013.06 (& some coding style fixes)
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 12:37:13 +02:00
Lluís Batlle i Rossell
d19d528f97
Fixing filegie url
2013-10-01 09:19:46 +02:00
Lluís Batlle i Rossell
d71b3724de
Updating filegive to 0.7
2013-09-30 22:33:06 +02:00
Moritz Ulrich
f09dca7d60
Leiningen: Update to 2.3.2 (& add GnuPG to closure)
2013-09-30 19:11:19 +00:00
Eelco Dolstra
51c1d2d597
git: Update to 1.8.4
2013-09-30 17:19:06 +02:00
Domen Kožar
fc15a0da64
Merge pull request #991 from fignuts/master
...
Bump networkmanagement version to 0.9.0.9
2013-09-30 05:09:08 -07:00
Eelco Dolstra
a7b9030c84
Revert "dblatex: add missing dependencies"
...
This reverts commit 0350bd3b48
. It
causes a huge increase in the closure size of dblatex, since it now
depends on GUI packages like Inkscape. Also, statically depending on
teTeX might be annoying for people who use TeXlive.
2013-09-30 13:30:15 +02:00
Eelco Dolstra
61c63e8558
Revert "asciidoc: add missing dependencies"
...
This reverts commit aef81d6eb6
.
It's really not good to have every little package that depends on
asciidoc to pull in 1.5 GiB in dependencies (such as Lilypond).
2013-09-30 13:30:15 +02:00
Eelco Dolstra
e65ff3b72a
systemd: Prevent privilege escalation via polkit
...
Cherry-picked from upstream. Also applied a fix for the CPUShares
configuration option while I'm at it.
CVE-2013-4327
2013-09-30 13:30:15 +02:00
Domen Kožar
920b0d910c
Merge pull request #1026 from coroa/fbreader
...
Add Fbreader, an e-book reader for Linux
2013-09-30 04:01:58 -07:00
Eelco Dolstra
02c11554d7
linux: Update to 3.4.63
2013-09-30 11:29:27 +02:00
Peter Simons
fb60751d86
Merge pull request #1025 from bjornfor/asciidoc-all-deps
...
asciidoc: add missing dependencies
2013-09-30 01:45:12 -07:00
Matija Šuklje
12470a0499
Fixed the sha line.
2013-09-30 00:22:31 +02:00
Matija Šuklje
fbce7c266e
Merge branch 'master' into eventlist
2013-09-30 00:15:21 +02:00
Jonas Hoersch
b260d7111a
Add fbreader, an e-book reader for Linux
2013-09-29 23:41:57 +02:00
Jonas Hoersch
69221b6046
libunibreak: Add libunibreak-1.0 a unicode line breaking library
2013-09-29 23:41:36 +02:00
Jonas Hoersch
32b417e873
maintainers: add coroa as a maintainer
2013-09-29 23:40:43 +02:00
Bjørn Forsman
aef81d6eb6
asciidoc: add missing dependencies
...
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that pulls in all dependencies and patches asciidoc to contain
full paths to the tools.
enableStandardFeatures defaults to true because asciidoc may attempt to
call all tools in its default configuration. With all standard features,
the closure size increases from 255 MiB to 1.5 GiB. Set
enableStandardFeatures = false if you want a minimal asciidoc.
2013-09-29 22:35:39 +02:00
Domen Kožar
43333ae57d
munin: 2.0.14 -> 2.0.17
2013-09-29 22:02:45 +02:00
Bjørn Forsman
face28ea3d
asciidoc: add/update meta attributes
2013-09-29 21:59:35 +02:00
Bjørn Forsman
7f28c64f11
fop: new package
...
fop is a XML formatter driven by XSL Formatting Objects (XSL-FO).
Homepage: http://xmlgraphics.apache.org/fop/
2013-09-29 21:59:34 +02:00
Song Wenwu
d4c222dd34
gradle: update to 1.8
2013-09-29 21:40:17 +02:00
Domen Kožar
b7b79e7000
xbmc: enable webserver
2013-09-29 21:17:26 +02:00
Domen Kožar
a68128ab8c
NetworkManager: 0.9.8.0 -> 0.9.8.4
2013-09-29 17:00:41 +02:00
Matija Šuklje
3abea9036c
Changed the hash checker to sha256 and fixed (hopefully) all-packages.nix.
2013-09-29 15:30:08 +02:00
Domen Kožar
d1ab7ca2ec
Merge pull request #1002 from DriesVanDaele/master
...
add the mpc (mpd cli client) package
2013-09-29 04:05:16 -07:00
Domen Kožar
a4c3b638f2
Merge pull request #1011 from ocharles/rubyripper
...
rubyripper: New expression
2013-09-29 04:01:09 -07:00
Domen Kožar
e7e01913a0
Merge pull request #1020 from edwtjo/urxvt-256-colors
...
URxvt: Use 256 colors not just 88.
2013-09-29 03:58:26 -07:00
Domen Kožar
5d1f57fe28
Merge pull request #1022 from iyzsong/fcitx
...
fcitx: update to 4.2.8.3
2013-09-29 03:53:54 -07:00
Domen Kožar
4a709e4ac9
Merge pull request #1024 from iyzsong/aseprite
...
add aseprite 0.9.5
2013-09-29 03:46:22 -07:00
Moritz Ulrich
296dbc8279
OpenTTD: 1.3.2 & some coding-style fixes.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-29 00:29:26 +02:00
Moritz Ulrich
fd67fcb314
Fix chroot-build of fast-export & pinpoint revision to current HEAD.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-29 00:25:31 +02:00
Mathijs Kwik
9e76aa91b1
linux-3.11: upgrade to 3.11.2
2013-09-28 22:25:41 +02:00
Mathijs Kwik
05400054ae
libical: upgrade to 1.0
2013-09-28 22:00:03 +02:00
Mathijs Kwik
d61285e658
upgrade gpac to more up-to-date svn
2013-09-28 22:00:03 +02:00
Mathijs Kwik
185eab3b33
language-java: hash change
...
it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5
2013-09-28 22:00:03 +02:00
Bjørn Forsman
48d3c12304
lilypond: add missing ghostscript path to wrapper
2013-09-28 21:07:48 +02:00
Bjørn Forsman
0350bd3b48
dblatex: add missing dependencies
...
imagemagick, transfig, inkscape, fontconfig and ghostscript was missing.
And pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python.
2013-09-28 21:07:48 +02:00
Song Wenwu
6ab7c495d5
add aseprite 0.9.5
2013-09-28 22:57:14 +08:00
Peter Simons
44f8e28988
haskell-mono-traversable: add version 0.1.0.0
2013-09-28 16:13:13 +02:00
Peter Simons
2fc05b85e0
haskell-vector-instances: add version 3.3
2013-09-28 16:13:07 +02:00
Peter Simons
7a58716347
haskell-gitit: patch to fix build with recent versions of pandoc
2013-09-28 15:05:14 +02:00
Peter Simons
bc11513748
crypto-conduit: jailbreak to support recent versions of cereal
2013-09-28 15:05:14 +02:00
Peter Simons
eaae0cb6bf
yesod-core: jailbreak to support recent versions of cereal
2013-09-28 15:05:14 +02:00
Peter Simons
bdf145fa1f
dbus: jailbreak to support recent versions of cereal
2013-09-28 15:05:14 +02:00
Peter Simons
befcb152fd
haskell-vector: add version 0.10.9.1
2013-09-28 15:05:13 +02:00
Peter Simons
1856fc13e9
haskell-primitive: add version 0.5.1.0
2013-09-28 15:05:13 +02:00
Peter Simons
d3214b3f18
haskell-socks: update to version 0.5.2
2013-09-28 15:05:13 +02:00
Peter Simons
53a81c83b8
haskell-shake: update to version 0.10.7
2013-09-28 15:05:13 +02:00
Peter Simons
e003eeac66
haskell-regex-compat-tdfa: update to version 0.95.1.3
2013-09-28 15:05:13 +02:00
Peter Simons
a3c6d6968b
haskell-pandoc-types: update to version 1.12.1.2
2013-09-28 15:05:13 +02:00
Peter Simons
8bb6c86072
haskell-ncurses: update to version 0.2.7
2013-09-28 15:05:13 +02:00
Peter Simons
15b2ff730c
haskell-monoid-extras: update to version 0.3.2.2
2013-09-28 15:05:13 +02:00
Peter Simons
d7e76509f6
haskell-groups: update to version 0.4.0.0
2013-09-28 15:05:12 +02:00
Peter Simons
29f33ae3bb
haskell-ghc-mod: update to version 3.1.2
2013-09-28 15:05:12 +02:00
Peter Simons
9ee2eef996
haskell-generic-deriving: update to version 1.6.2
2013-09-28 15:05:12 +02:00
Peter Simons
22b2956579
haskell-dual-tree: update to version 0.1.0.4
2013-09-28 15:05:12 +02:00
Peter Simons
fdefb23cad
haskell-diagrams-lib: update to version 0.7.1.1
2013-09-28 15:05:12 +02:00
Peter Simons
8c93b506db
haskell-diagrams-core: update to version 0.7.0.1
2013-09-28 15:05:12 +02:00
Peter Simons
27578d2278
haskell-data-lens: update to version 2.10.3
2013-09-28 15:05:12 +02:00
Peter Simons
3c051be3ce
haskell-classy-prelude: update to version 0.6.0
2013-09-28 15:05:12 +02:00
Peter Simons
1885612809
haskell-classy-prelude-conduit: update to version 0.6.0
2013-09-28 15:05:12 +02:00
Peter Simons
4d07773c0d
haskell-cereal: update to version 0.4.0.0
2013-09-28 15:05:11 +02:00
Peter Simons
62fcba700c
haskell-amqp: update to version 0.6.0
2013-09-28 15:05:11 +02:00
Peter Simons
36f7b4e1a2
haskell-active: update to version 0.1.0.7
2013-09-28 15:05:11 +02:00
Song Wenwu
c3237756b4
fcitx: update to 4.2.8.3
...
Set platforms and add myself as a maintainer.
2013-09-28 19:44:52 +08:00
Peter Simons
b4f10018cd
screen: meta section cosmetic
2013-09-28 13:23:34 +02:00
Justin Bedo
fdc6e4372f
Wrapped R's package system similarly to perlPackages
2013-09-28 13:19:43 +02:00
Peter Simons
b0bf894b43
Merge pull request #1018 from falsifian/fix_gcr
...
Disable introspection for gcr.
2013-09-28 04:06:19 -07:00
Matija Šuklje
f2000007b3
New package started, should not work yet.
2013-09-28 02:45:20 +02:00
Edward Tjörnhammar
596581914f
URxvt: Use 256 colors not just 88.
2013-09-27 22:30:49 +02:00
Sander van der Burg
bb69f658ea
Bump titaniumsdk to 3.1.4
2013-09-27 17:56:01 +02:00
aszlig
ae47ba445c
python-gyp: Fix no-xcode.patch for Darwin.
...
The last hunk of the patch doesn't apply anymore and causes a build
failure on Darwin systems:
https://hydra.nixos.org/build/6294943
Fixed the hunk manually.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:52:44 +02:00
aszlig
cb68dc8281
chromium: Update beta and dev channels.
...
beta: 30.0.1599.47 -> 30.0.1599.59
dev: 31.0.1636.0 -> 31.0.1650.0
All builds were tested on my machine (including stable).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
27b72342ae
chromium: Split up source into multiple outputs.
...
This splits up the source into one base output (just the build and tools
directory), one for bundled dependencies, one for sandbox sources and
one for the sources of the main browser.
The state of this is heavily work in progress and contains a bunch of
workarounds. For example, we currently copy the entire sources into the
build directory, so a build ultimately requires even more space than
before.
Of course, it's just temporary as neither GYP nor ninja is particularly
friendly if it comes to out-of-tree builds.
Another thing which is heavily WIP is how we handle patches. Ultimately,
those patches shouldn't be applied to the source tree (at least not all)
but rather to the final build's temporary directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
eed74f05c7
python-gyp: Update to SVN revision 1738.
...
This fixes a few issues with symlinks and also needs to be up to date
because we're going to use it for building Chromium instead of the
bundled GYP that comes with Chromium.
Also, the package was missing a license and in the current revision, we
also have test cases, so let's enable them.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
aszlig
9170351e69
ninja: Update to new upstream version 1.4.0.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
80cb94784a
chromium: Update all channels to latest versions.
...
stable: 29.0.1547.65 -> 29.0.1547.76
beta: 30.0.1599.37 -> 30.0.1599.47
dev: 31.0.1626.0 -> 31.0.1636.0
Builds and tests working successfully on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
45b69d6dba
chromium: Split sandbox off the main output path.
...
Now the chromium derivation produces an extra output path for the
sandbox in order to be properly used as a setuid wrapper in <nixos>
without the need to include the full Chromium package.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
aszlig
c9614d2d05
lighttpd: Allow to compile with magnet support.
...
This also adds pkgconfig to the dependency list so we don't need to
specify the path to OpenSSL anymore, because we need pkgconfig in order
to correctly find Lua anyway.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:29 +02:00
James Cook
bae1462276
Disable introspection for gcr.
...
gcr stopped building after 7fbcc562
(adding introspection into GTK
libs); this gets it to build again.
2013-09-26 18:55:27 -07:00
Alexander Kahl
6371fd0908
speedcrunch: new package
...
speedcrunch is a fast power user calculator.
2013-09-27 00:58:54 +02:00
Moritz Ulrich
36fca94805
Fix some issues in my packages reported by nixpkgs-lint.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-26 20:03:57 +00:00
Moritz Ulrich
2c5230cb64
password-store: Wrap script and set correct PATH.
...
pass is just a simple script to store passwords encrypted via gnupg in
a git repository. It uses many other tools, and until now relied on
them being in PATH.
This commit wraps the script and sets PATH.
2013-09-26 19:32:21 +00:00
Domen Kožar
9f7a56dcb6
Merge pull request #1014 from coroa/scipy
...
Updating scipy and friends to add the new package qutip
2013-09-26 12:09:20 -07:00
Eelco Dolstra
fb8a2dafd9
imagemagick: Drop build-time dependency on Graphviz
2013-09-26 21:06:23 +02:00
Domen Kožar
16f722500e
autojump: correctly set prefix
2013-09-26 20:23:43 +02:00
Eelco Dolstra
8a182718ca
splashutils: Remove
2013-09-26 18:03:43 +02:00
Eelco Dolstra
fc961af360
ghostscript: Revert to 9.06
...
The newer version breaks printing to non-Postscript printers (e.g. HP
Deskjets). This is because the gstoraster and gstopxl filters were
removed. They are now in a package named "cups-filters" that we don't
have yet.
2013-09-26 18:03:43 +02:00
Domen Kožar
71d19afafd
vlc: 2.0.8a -> 2.1.0
2013-09-26 16:37:58 +02:00
Jonas Hoersch
289359d499
python-qutip: Add qutip - the quantum toolbox in python
2013-09-26 13:24:46 +02:00
Jonas Hoersch
683310e05e
autorandr: make the dependencies on xrandr and disper configurable by enableX params
2013-09-26 13:12:01 +02:00
Peter Simons
90f9726fa7
pspp: add version 0.8.1
2013-09-26 11:53:38 +02:00
Peter Simons
3a7efa38ba
source-highlight: don't repeat the package name in meta.description
2013-09-26 11:12:12 +02:00
Evgeny Egorochkin
0072786c84
broadcom-sta driver: packaged 6.* branch. In theory it is supposed to supercede 5.* but we'll test and
...
see.
2013-09-26 11:44:01 +03:00
Domen Kožar
8f7545c45b
autojump: 21.5.8 -> 21.6.9
2013-09-26 01:17:36 +02:00
Rickard Nilsson
70a5abd440
darktable: Add several missing dependencies. This makes the map and tethering modules available
2013-09-25 23:26:07 +02:00
Bjørn Forsman
5cffa00443
fish: add missing deps
...
Start fish and run "ls". It will complain about not being able to run
which, nroff and gettext. This fixes it.
2013-09-25 22:41:39 +02:00
Bjørn Forsman
3382de06fd
fish: add (more) meta attributes
2013-09-25 22:08:40 +02:00
Bjørn Forsman
d1796df7c9
qwt: add meta attributes
2013-09-25 21:34:51 +02:00
Rickard Nilsson
5b5cdcfbac
sane-backends: Need --enable-libusb_1_0 configure flag to find libusb
2013-09-25 20:15:40 +02:00
Peter Simons
93f8bf653d
haskell-pointed: add version 3.1
2013-09-25 18:34:15 +02:00
Peter Simons
c649c917f6
haskell-reducers: add version 3.0.2
2013-09-25 18:33:17 +02:00
Peter Simons
243ff0ec83
haskell-charset: add version 0.3.5
2013-09-25 18:32:37 +02:00
Peter Simons
f5ea2c41e6
haskell-trifecta: add version 1.1
2013-09-25 18:30:37 +02:00
Peter Simons
ce11e602a1
haskell-parsers: add version 0.9
2013-09-25 18:28:09 +02:00
Peter Simons
01c91a7fa1
haskell-hlint: update to version 1.8.53
2013-09-25 18:25:00 +02:00
Peter Simons
c3a26007e2
haskell-pandoc-types: update to version 1.12.1.1
2013-09-25 18:25:00 +02:00
Peter Simons
6ab980beae
haskell-pandoc-citeproc: update to version 0.1.1.1
2013-09-25 18:25:00 +02:00
Peter Simons
56eae609db
haskell-monad-logger: update to version 0.3.2.0
2013-09-25 18:25:00 +02:00
Peter Simons
a71c1ca748
haskell-idris: update to version 0.9.9.2
2013-09-25 18:25:00 +02:00
Peter Simons
8cb5fefbc0
haskell-unordered-containers: add version 0.2.3.3
2013-09-25 18:24:59 +02:00
Eelco Dolstra
1e8294572f
subversion: Update to 1.7.13
...
CVE-2013-4246
2013-09-25 18:11:00 +02:00
Peter Simons
97bb401d8d
R: update to 3.0.2
2013-09-25 16:40:55 +02:00
Bjørn Forsman
4585253027
Add cucumber ruby gem
...
Homepage: http://cukes.info/
Generated with "gem nix", but I removed changes to unrelated gems.
2013-09-25 15:25:31 +02:00
Oliver Charles
ab65932cea
rubyripper: New expression
...
Adds minimal support for being able to run rrip_cli
2013-09-25 13:06:08 +01:00
aszlig
2e89b40634
Merge pull request #1010 from offlinehacker.
...
Although this is a release canidate version of kernel 3.12, there are
reasons for merging this anyway, as discussed in #1010 and #1006 .
Thanks to @offlinehacker for this and the initial pull request.
2013-09-25 14:05:33 +02:00
Jaka Hudoklin
69f30432dd
kernel: add linux 3.12-rc2
2013-09-25 12:49:49 +02:00
Peter Simons
8e3df6a494
lua: fix issue #1009
2013-09-25 12:29:56 +02:00
Domen Kožar
c736f70a87
Merge pull request #994 from offlinehacker/euganke_dependencies
...
Add a few python packages
2013-09-24 23:49:14 -07:00
Jaka Hudoklin
552bac195a
pythonPackages: add ColanderAlchemy, generator for colander schemas from sqlalchemy models
2013-09-25 00:54:07 +02:00
Jaka Hudoklin
675f293a81
pythonPackages: add sphinx_pypi_upload
2013-09-25 00:54:05 +02:00
Jaka Hudoklin
9aa2a16518
pythonPackages: add sphinxcontrib_http
2013-09-25 00:54:04 +02:00
Jaka Hudoklin
8cdf3172bc
pythonPackages: add statd, client for Etsy's node-js statsd server
2013-09-25 00:54:03 +02:00
Jaka Hudoklin
3d3c8c12dd
pythonPackages: add htmllaundry, simple HTML cleanup utilities
2013-09-25 00:54:01 +02:00
Jaka Hudoklin
7c01f89355
pythonPackages: add pyramid_multiauth, stacked authentication policies for pyramid
2013-09-25 00:54:00 +02:00
Jaka Hudoklin
e89dc9d2f0
pythonPackages: add sqlalchemy_imageattach, SQLAlchemy extension for attaching images to entity objects
2013-09-25 00:53:59 +02:00
Jaka Hudoklin
7e7961028b
pythonPackages.sqlalchemy: add sqlalchemy 0.8.2
2013-09-25 00:53:57 +02:00
Jaka Hudoklin
cf6ff3a8a3
pythonPackages: add wand, ctypes-based simple MagickWand API binding for Python
2013-09-25 00:53:46 +02:00
Jaka Hudoklin
eefb56ffbf
pythonPackages.psutil: update to 1.0.1
2013-09-25 00:52:23 +02:00
Jaka Hudoklin
c8379fb7c0
pythonPackages: add memory_profiler, a module for monitoring memory usage of a python program
2013-09-25 00:51:28 +02:00
Jaka Hudoklin
b20bf7982e
pythonPackages: add pytest_xdist, plugin for distributed testing and loop-on-failing modes
2013-09-25 00:51:13 +02:00
Domen Kožar
472ba4bc06
Merge pull request #1008 from lovek323/pytest
...
pytest: fix broken config check
2013-09-24 15:22:51 -07:00
Jason "Don" O'Conal
fbc70d158b
pytest: fix broken config check
2013-09-25 08:14:48 +10:00
Jonas Hoersch
cd902179db
autorandr: add autorandr an automatic display configuration selector
2013-09-25 00:11:54 +02:00
Jaka Hudoklin
e830be665b
pythonPackages: add execnet, rapid multi-Python deployment
2013-09-25 00:00:22 +02:00
Jonas Hoersch
d20ba1c861
python-scipy: update to version 0.12.0
2013-09-24 22:55:49 +02:00
Domen Kožar
e8645104ac
Merge pull request #1007 from offlinehacker/pythonPackages/fixes
...
Python packages/fixes
2013-09-24 13:31:30 -07:00
Jaka Hudoklin
9b55a4ebe1
pythonPackages: add alembic, database migration tool for SQLAlchemy
2013-09-24 22:10:19 +02:00
Jaka Hudoklin
514eb7dd59
pythonPackages.pycurl2: fix with disabling tests
2013-09-24 21:44:56 +02:00
Jaka Hudoklin
9878890a72
pythonPackages.pudb: fix with update
2013-09-24 21:44:41 +02:00
Sander van der Burg
81d8c3c6f9
Added node-inspector nodejs package + update other nodejs packages
2013-09-24 18:46:54 +02:00
Domen Kožar
afaeddb515
libimobiledevice: 1.0.6 -> 1.0.7
2013-09-24 17:32:27 +02:00
Bjørn Forsman
ca591d30e4
asciidoc: fixup for matplotlib filter (remove .old/)
...
The matplotlib filter comes with an .old/ directory which contains a
chart-filter.conf file that asciidoc loads. I highly doubt that is intended.
2013-09-24 14:52:13 +02:00
Bjørn Forsman
a118a98970
asciidoc: add odf backend, for OpenDocument output
...
See https://github.com/dagwieers/asciidoc-odf for more info.
This plugin has a shebang with /bin/env instead of /usr/bin/env, so update the
patchPhase to handle both cases.
WARNING/TODO: Libreoffice says "General Error. General input/output error."
when I try to open the generated .fodp files. So the odt backend works fine,
but the odp backend does not.
2013-09-24 14:52:07 +02:00
Domen Kožar
30559eb626
Merge pull request #1005 from lovek323/pytest
...
pytest: fix `py` not found error, add selenium
2013-09-24 00:36:15 -07:00
Lluís Batlle i Rossell
31976ed140
Updating mlt to 0.9.0.
...
I don't think it will break kdenlive, but let's see.
2013-09-24 09:22:55 +02:00
Jason "Don" O'Conal
0840cc3a24
pytest: add selenium option, fix selenium build on darwin
2013-09-24 16:59:51 +10:00
Jason "Don" O'Conal
63f06c6c02
pytest: fix missing py dependency
2013-09-24 16:47:13 +10:00
Rickard Nilsson
c6b98faa34
darktable: Update to 1.2.3
2013-09-24 01:58:59 +02:00
Domen Kožar
d79e00e9d6
add arandr: simple visual front end for xrandr
2013-09-23 22:33:57 +02:00
Dries Van Daele
7b60802599
added maintainer and enabled dynamic loading of lib
2013-09-23 21:20:51 +02:00
Dries Van Daele
f93daff6a3
remove some whitelines
2013-09-23 21:16:14 +02:00
Dries Van Daele
6acf0f1f48
add algorith as maintainer
2013-09-23 21:14:50 +02:00
Dries Van Daele
6b5cbfb310
add the mpc (mpd cli client) package
2013-09-23 20:54:20 +02:00
Bjørn Forsman
381fd4fb61
asciidoc: add support for deckjs backend
...
deck.js is a JavaScript library for building modern HTML presentations.
2013-09-23 20:07:55 +02:00
Peter Simons
6fc9f0ee91
Merge pull request #999 from bjornfor/asciidoc-filters
...
Add support for additional Asciidoc filters
2013-09-23 10:21:53 -07:00
Rickard Nilsson
b5f60dbf6f
mopidy: Update to 0.15.0
2013-09-23 17:07:50 +02:00
Rok Garbas
95c8d04843
updated generated (with pypi2nix) python packages
2013-09-23 05:53:08 +02:00
Rok Garbas
c32052c77e
pypi2nix: updated
2013-09-23 05:52:51 +02:00
Bjørn Forsman
ff4b28be47
asciidoc: add support for aafigure filter
2013-09-22 23:04:39 +02:00
Bjørn Forsman
0e9599ca94
aafigure: new package
...
aafigure is an ASCII art to image converter.
Manual and example document:
http://launchpad.net/aafigure/trunk/0.5/+download/aafigure.pdf
2013-09-22 23:04:39 +02:00
Bjørn Forsman
524315194c
asciidoc: add support for matplotlib filter
2013-09-22 23:04:39 +02:00
Bjørn Forsman
1b89cbb0ed
asciidoc: add support for qrcode filter
2013-09-22 23:04:38 +02:00
Bjørn Forsman
8a2251549f
asciidoc: support extra filters (ditaa, mscgen, diag)
...
Also, slightly change the shebang fixup in the patchPhase so that it
handles optional [[:space:]] before the interpreter path (needed for the
filters).
To enable the extra filters, put this in packageOverrides:
asciidoc = pkgs.asciidoc.override {
enableDitaaFilter = true;
enableMscgenFilter = true;
enableDiagFilter = true;
};
2013-09-22 23:04:38 +02:00
Bjørn Forsman
6f9821beb7
nwdiag: new package
...
Nwdiag generates network-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
6f48eb5866
actdiag: new package
...
Actdiag generates activity-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
d048685af5
seqdiag: new package
...
Seqdiag generates sequence-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
2f238d82a0
blockdiag: new package
...
Blockdiag generates block-diagram image from spec-text file (similar to
Graphviz).
Also add its needed dependencies, funcparserlib and webcolors.
2013-09-22 23:04:37 +02:00
Mathijs Kwik
556e69e98f
audacity: upgrade to 2.0.4
2013-09-22 20:03:27 +02:00
Mathijs Kwik
edf4f3a7f5
calibre: upgrade to 1.4.0
2013-09-22 20:03:26 +02:00
Domen Kožar
4adad8d7c0
Merge pull request #1001 from DriesVanDaele/master
...
update libmpdclient to version 2.8
2013-09-22 10:26:44 -07:00
Domen Kožar
a774212684
anki: 2.0.3 -> 2.0.12
2013-09-22 19:23:11 +02:00
Dries Van Daele
bbcf67bd22
update libmpdclient to version 2.8
2013-09-22 16:47:17 +02:00
Peter Simons
e613d30c3c
haskell-data-pprint: add version 0.2.1.5
2013-09-22 13:29:56 +02:00
Peter Simons
e2848346f9
haskell-word8: update to version 0.0.4
2013-09-22 13:28:30 +02:00
Peter Simons
0b6b0284e4
haskell-ghc-mod: update to version 3.1.1
2013-09-22 13:28:30 +02:00
Peter Simons
ca90826c6f
haskell-ncurses: fix build
2013-09-22 13:25:10 +02:00
Peter Simons
876047edf7
haskell-monad-par: update to version 0.3.4.5
2013-09-22 13:25:10 +02:00
Peter Simons
ad13652455
haskell-LambdaHack: update to version 0.2.8
2013-09-22 13:25:09 +02:00
Peter Simons
f95ffe37c1
haskell-scotty: update to version 0.5.0
2013-09-22 13:25:09 +02:00
Peter Simons
201c175989
haskell-pipes-concurrency: update to version 2.0.1
2013-09-22 13:25:09 +02:00
Peter Simons
6c2089b5e5
haskell-pandoc: update to version 1.12.0.2
2013-09-22 13:25:09 +02:00
Peter Simons
53ba62d309
haskell-ghc-mod: update to version 3.1.0
2013-09-22 13:25:09 +02:00
Peter Simons
c7c5969885
haskell-crypto-cipher-types: update to version 0.0.6
2013-09-22 13:25:09 +02:00
Peter Simons
498e93f3f5
haskell-crypto-cipher-tests: update to version 0.0.8
2013-09-22 13:25:08 +02:00
Peter Simons
66173ebe0c
haskell-cabal-macosx: update to version 0.2.3
2013-09-22 13:25:08 +02:00
Peter Simons
09786f6943
haskell-asn1-types: update to version 0.2.1
2013-09-22 13:25:08 +02:00
Peter Simons
900a35738c
haskell-idris: update to version 0.9.9.1
2013-09-22 13:25:08 +02:00
Peter Simons
71bb69c5c1
haskell-enummapset: add version 0.5.2.0
2013-09-22 13:25:08 +02:00
Peter Simons
b962730e27
haskell-keys: add version 3.0.3
2013-09-22 13:25:08 +02:00
Peter Simons
90a8abc0dc
haskell-Cabal: update to version 1.18.1
2013-09-22 13:25:07 +02:00
Domen Kožar
bbbfe7a783
python-nose: trivial change to rebuild
2013-09-22 10:36:12 +02:00
Domen Kožar
e0fc8d9f7e
Merge pull request #990 from jbedo/master
...
Added expression for PLINK
2013-09-22 00:26:43 -07:00
Domen Kožar
ede9c79ea7
Merge pull request #998 from offlinehacker/logstash/update
...
logstash: update to 1.1.2
2013-09-21 07:54:52 -07:00
Jaka Hudoklin
6630a35d39
logstash: update to 1.1.2
2013-09-21 16:32:47 +02:00
Oliver Charles
d33ca4abae
haskellPackages.pipesBytestring: New expression
2013-09-21 09:46:49 +01:00
Peter Simons
514a095b7b
haskell-rfc5051: update to version 0.1.0.3
2013-09-21 10:01:10 +02:00
Peter Simons
7b0326d32a
haskell-pandoc-citeproc: re-generate with recent version of cabal2nix
2013-09-21 09:57:36 +02:00
Peter Simons
5d43f559a3
haskell-llvm-general: renamed some files to follow our naming convention
2013-09-21 09:56:34 +02:00
Mathijs Kwik
a12f0fad69
idris: fix by using llvm-general 3.3.5.*
...
I tried jailbreaking, but this didn't work as llvm-general is an
optional (but enabled by default) dependency.
Manual patching revealed idris gets confused over the
llvm-general/llvm-general-pure split.
2013-09-20 23:51:37 +02:00
Mathijs Kwik
bfdfdaf084
llvm-general: bring back version 3.3.5.*
2013-09-20 23:51:36 +02:00
Mathijs Kwik
7165b333f2
haskell-llvm-general: disable tests
2013-09-20 23:51:36 +02:00
Mathijs Kwik
68ace3fa4a
haskell-llvm-general-pure: disable tests
2013-09-20 23:51:36 +02:00
aszlig
ad4156e497
python-blivet: Fix udev path for Debian Wheezy.
...
Only affects "useNixUdev = false" and we now include the udev paths for
the latest Debian Wheezy release, so we can properly deploy Hetzner
machines with NixOps again as they've updated their rescue system to
Wheezy.
This fixes NixOS/nixops#137 , thanks to @lovek323 for reporting.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-20 13:13:37 +02:00