Peter Simons
df76eb1268
ghc: revert "propagate 'gmp' and 'ncurses' to ensure users can link the 'haskeline' library, etc."
...
I thought that [1] could be fixed by ensuring that ncurses is available in the
environment (because ghc exports it as a propagateBuildInput), and indeed that
change fixed *some* build failures we've had before. However, the same error
still occurs with other packages, like hledger [2] and Agda [3]. Frankly, I
have no idea why those packages fail and others don't. But clearly the fix was
inadequate, so I'm reverting commit a8076c76
.
[1] https://github.com/NixOS/nixpkgs/issues/5616
[2] http://hydra.cryp.to/build/372451/nixlog/1/raw
[2] http://hydra.cryp.to/build/373161/nixlog/1/raw
2015-01-14 22:24:33 +01:00
William A. Kennington III
26e275398e
gperftools: 2.3 -> 2.4
2015-01-14 13:22:31 -08:00
William A. Kennington III
57b35f979d
ceph: 0.90-pre -> 0.91
2015-01-14 13:18:00 -08:00
Edward Tjörnhammar
a512ddbb3e
nylon: fix metas and patch configure to use libevent.so not the absent libevent.a
2015-01-14 22:08:47 +01:00
Peter Simons
ee62982af7
Merge pull request #5679 from nkaretnikov/yesod-markdown
...
New Haskell package: yesod-markdown
2015-01-14 20:03:14 +01:00
William A. Kennington III
1ec68e0d13
kernel: Fix path to stp bridge helper
2015-01-14 10:34:28 -08:00
Emery Hemingway
3e5a0dcf55
plan9port: fix acme font loading
2015-01-14 11:59:34 -05:00
Georges Dubus
c64b294970
fetchFromGitHub: add option for custom name
...
This is necessary when the rev name contains a "/"
2015-01-14 17:38:47 +01:00
Georges Dubus
0ab270770b
bareos: fixed source fetching
2015-01-14 17:28:59 +01:00
muflax
4451de5c52
awscli: fix missing groff runtime dependency
2015-01-14 16:17:49 +00:00
muflax
6180d44982
awscli: update to 1.7.0
2015-01-14 16:17:49 +00:00
muflax
79e901e3e1
botocore: update to 0.81.0
2015-01-14 16:17:49 +00:00
Georges Dubus
c2f8791e83
pypy: added patch to fix build with gcc 4.9.2
2015-01-14 16:02:08 +01:00
Oliver Charles
5b70a64286
haskell-ng.fb: Apply a patch to use monad-control >= 1.0.0
...
Manually applying the patch at
https://github.com/prowdsponsor/fb/pull/33
2015-01-14 14:10:34 +00:00
Oliver Charles
0059182821
snaplet-stripe: Jailbreak
...
Necessary until https://github.com/LukeHoersten/snaplet-stripe/pull/4 is
merged and released.
2015-01-14 13:54:16 +00:00
Oliver Charles
dd0bde0b3b
haskell-ng.stripe: Jailbreak
...
Necessary until https://github.com/michaelschade/hs-stripe/pull/37 is
merged and released.
2015-01-14 13:51:49 +00:00
Oliver Charles
3dbb43e62e
haskell-ng.snaplet-redis: Jailbreak
...
Necessary until https://github.com/dzhus/snaplet-redis/pull/11 is merged and released.
2015-01-14 13:47:38 +00:00
Oliver Charles
9c71a83fd1
haskellng.th-desugar: Don't run the tests
...
Tests fail to build, see
https://github.com/goldfirere/th-desugar/issues/21
2015-01-14 13:40:11 +00:00
Pascal Wittmann
56e3d5d99e
Merge pull request #5742 from j-keck/kpcli
...
add kpcli: KeePass Command Line Interface
2015-01-14 14:28:06 +01:00
Pascal Wittmann
398d1277c6
calibre: update from 2.15.0 to 2.16.0
2015-01-14 14:23:47 +01:00
Pascal Wittmann
8d322e0fee
checkstyle: update from 6.1.1 to 6.2
2015-01-14 14:23:47 +01:00
Pascal Wittmann
82e07fb1e8
geeqie: update from 1.1 to 1.2
...
Fetch source from debian as the geeeqie team stopped using sourceforge, see
https://www.mail-archive.com/geeqie-devel@lists.sourceforge.net/msg01484.html
2015-01-14 14:23:46 +01:00
Pascal Wittmann
8fb18cf523
llpp: update to stable version 21
2015-01-14 14:23:46 +01:00
j-keck
4e21ef88fb
add kpcli: KeePass Command Line Interface
2015-01-14 14:12:29 +01:00
Georges Dubus
0ca664e996
gusb: fixed build, updated to 0.2.4
2015-01-14 13:39:39 +01:00
Oliver Charles
06cfa238df
hackage-packages.nix: re-generate from Hackage 2015-01-14T12:32:30+00:00
2015-01-14 12:32:35 +00:00
cillianderoiste
50640b18fa
Merge pull request #5763 from nckx/stress-ng
...
Add stress-ng 0.03.09: stress test a computer system
2015-01-14 11:51:51 +01:00
Peter Simons
d246fb6696
all-packages.nix: remove the haskellPackages_ghcHEAD package set from the top-level
...
That package set is broken because GHC 7.10.1-rc1 no longer supports old-style
database files as used by the pkgs/build-support/cabal/default.nix builder.
A working packages set is in "haskell-ng.packages.ghcHEAD".
2015-01-14 11:46:44 +01:00
cillianderoiste
6e66d3df90
Merge pull request #5752 from nckx/lz4
...
Add lz4: very fast lossless compression
2015-01-14 11:46:21 +01:00
Domen Kožar
b9cb0ce2ce
Merge pull request #5756 from fredlebel/atom_0.171.0
...
Atom: updated to 0.171.0
2015-01-14 11:32:23 +01:00
Peter Simons
a8076c7654
ghc: propagate 'gmp' and 'ncurses' to ensure users can link the 'haskeline' library, etc.
...
Fixes https://github.com/NixOS/nixpkgs/issues/5616 .
2015-01-14 11:24:59 +01:00
Eric Seidel
a92afcd34a
ghc-7.8.4: fix build on Darwin
...
https://github.com/NixOS/nixpkgs/pull/5746
2015-01-14 11:24:59 +01:00
Peter Simons
1b50c50432
r-modules: enable packages that were broken by the missing gdal dependency
2015-01-14 11:24:28 +01:00
Peter Simons
30904c7789
hackage-packages.nix: re-generate from Hackage 2015-01-14T09:34:03+0100
2015-01-14 11:24:16 +01:00
Vincent Laporte
0a0b46a9b0
ocp-indent: fix installation
2015-01-14 10:22:35 +01:00
Tobias Geerinckx-Rice
d885a5003a
Add stress-ng 0.03.09: stress test a computer system
2015-01-14 10:02:05 +01:00
Ben Ford
5ff81fd0ae
Haskell: Bump 'mvc' to 1.0.3
2015-01-14 08:26:22 +00:00
Benjamin Staffin
b3d33d398c
gdal: fix the build
...
Commit 28b6fb61e6
added explicit CC and
CXX assignments in pkgs/build-support/gcc-wrapper/setup-hook.sh.
That breaks the gdal python extension build somehow, presumably by
confusing libtool.
This appears to revert gdal to building with g++ and gcc (on linux at
least), but at least it builds this way.
Change-Id: I83fb78daa9314dc60c4f635d3f1e937a90349b8a
2015-01-13 23:46:26 -08:00
Benjamin Saunders
0351b7a710
Add tup
...
Closes #5720
2015-01-14 01:37:44 -05:00
Charles Strahan
8d19679e7d
Merge pull request #5635 from Ralith/libuv
...
Update libuv repository and add latest stable version
2015-01-14 01:16:18 -05:00
Charles Strahan
5ac7febcb3
biosdevname: update to 0.6.1
2015-01-13 22:11:41 -05:00
Charles Strahan
bab648c5b4
chruby: update to 0.3.9
2015-01-13 21:58:25 -05:00
Charles Strahan
7893933625
bud: udpate to 0.34.1
2015-01-13 21:54:37 -05:00
Charles Strahan
3b524fe6c4
watchman: update to 3.0.0
2015-01-13 21:48:44 -05:00
Frederic LeBel
99c1916484
Atom: updated to 0.171.0
2015-01-13 19:46:48 -05:00
Brendan Long
b46b15d868
syncthing: Update to 0.10.20.
2015-01-13 17:12:49 -06:00
Tobias Geerinckx-Rice
8257ed81c9
Add lz4: very fast lossless compression
2015-01-13 23:54:02 +01:00
Nikita Karetnikov
bbb304fbbd
New Haskell package: yesod-markdown
2015-01-14 01:10:11 +03:00
Vladimír Čunát
ca1116d297
gst-plugins-good-0.10: add libsoup support ( close #5749 )
2015-01-13 22:56:00 +01:00
Peter Simons
c11f898e7e
Merge pull request #4548 from echo-oddly/clash
...
new package: clash
2015-01-13 22:45:02 +01:00
Ludovic Courtès
41b53577a8
unmaintain a bunch of packages
2015-01-13 22:33:49 +01:00
Peter Simons
007628fd49
haskell-generic-builder: use cpphs pre-processor by default on Darwin
...
Allegedly, the cpp implementation of Clang is weird and causes errors.
2015-01-13 22:33:17 +01:00
Peter Simons
67312f83ad
haskell-generic-builder: pass "--with-gcc=$CC" on Darwin to help Cabal find Clang
...
Suggested in https://github.com/NixOS/nixpkgs/pull/5746 .
2015-01-13 22:33:01 +01:00
Vladimír Čunát
07966befee
thunderbird: update, and refactor the expression
...
- use mach for building (the way Mozilla devs use),
- use --disable-debug-symbols to reduce build-time resource consumption
2015-01-13 22:10:39 +01:00
Luca Bruno
5f12045f34
blender: fix build after update to 2.73
2015-01-13 21:35:22 +01:00
Peter Simons
ddf0804a87
ghc-7.8.3-binary: remove broken platforms
...
The source tarballs URLs and hashes for everything but x86_64-darwin
were just copied from the 7.0.4 binaries. That's not going to work. :-(
2015-01-13 21:25:14 +01:00
Peter Simons
b97c29330d
haskell-ng: register the 7.8.3 binary snapshot of GHC
2015-01-13 21:22:16 +01:00
Peter Simons
d6ed34170d
haskell-configuration-common: fix reference to optparse-applicative_0_10_0
2015-01-13 20:43:18 +01:00
Peter Simons
9da7482e87
haskell-configuration-common: minor cosmetic
2015-01-13 20:22:07 +01:00
vbgl
7c03e66ebe
Merge pull request #5671 from aaronlevin/patch-1
...
Bump version of vinyl to 0.5
2015-01-13 20:19:16 +01:00
Peter Simons
6d40648a1d
Merge pull request #5747 from teh/master
...
a few haskellng fixes
2015-01-13 20:15:55 +01:00
Vladimír Čunát
1072635cf0
firefox: major bump 34.0.5 -> 35.0
2015-01-13 19:58:11 +01:00
Vladimír Čunát
38d4ef3cf4
liferea: minor update
2015-01-13 19:48:27 +01:00
Vladimír Čunát
77d66ed834
fetchgit: improve name detection, discard nix-1.8 check
...
The name detection didn't work for e.g. http://git.suckless.org/sinit/ .
I tested the tarball builds now.
@shlevy claimed nixpkgs requires nix-1.8 features anyway,
so the additional check with message were superfluous.
2015-01-13 19:45:31 +01:00
Tom Hunger
123039c22e
haskellng: Make haskell-zeromq4 pick up the correct zeromq nix package.
2015-01-13 18:36:36 +00:00
Tom Hunger
381ba6b22f
haskellng: disable safecopy's broken tests.
2015-01-13 18:00:01 +00:00
Tom Hunger
ffe05e7476
haskellng: Fix elm ecosytem by adding a few special cases.
2015-01-13 17:35:14 +00:00
Ricardo M. Correia
7d1d89e532
flashplayer: Update from 11.2.202.425 -> 11.2.202.429
2015-01-13 18:11:48 +01:00
Vladimír Čunát
7637e71cee
merge #5521 : give fetchgit outputs nicer names
2015-01-13 17:46:44 +01:00
Vladimír Čunát
3dfd87d7af
fixup "git-export" directory names
...
All tested to build.
For freetalk the hash change seems unrelated to fetchgit changes.
FIXME: it might be suitable to adapt nix-prefetch-git.
2015-01-13 17:46:09 +01:00
Vladimír Čunát
995c9db5e6
openjdk: add platforms on darwin to fix #5634
2015-01-13 16:42:32 +01:00
Jaka Hudoklin
2d586477dd
Merge pull request #5745 from matejc/ragegstreamervideo
...
rage: fix video for gstreamer engine
2015-01-13 16:12:11 +01:00
Peter Simons
51b9c9b262
idris: fix build with GHC 7.8.x
2015-01-13 15:21:51 +01:00
Matej Cotman
d4635ce968
rage: fix video for gstreamer engine
2015-01-13 14:59:53 +01:00
Shea Levy
2ba3653ef6
Update hackage-packages
...
Includes NixOS/cabal2nix#127
2015-01-13 08:55:02 -05:00
Oliver Charles
20b1fd3fa4
Merge pull request #5710 from alpmestan/update-haskell-taggy
...
update the haskell taggy package to 0.1.3
2015-01-13 13:36:12 +00:00
Oliver Charles
9669b4a0e8
Merge pull request #5740 from alpmestan/add-haskell-sitemap
...
add the 'sitemap' haskell package
2015-01-13 13:35:56 +00:00
Oliver Charles
304819b3a3
haskellPackages.exhaustive: New expression
2015-01-13 13:25:37 +00:00
Vincent Laporte
b094768e99
Adds ocaml-gtktop
...
Gtktop is a small OCaml library to ease the creation of graphical
toplevels.
Homepage: http://zoggy.github.io/gtktop/
2015-01-13 14:17:56 +01:00
lethalman
01cf6fa04d
Merge pull request #5722 from nckx/coan
...
coan: don't double-gzip man page
2015-01-13 14:14:07 +01:00
lethalman
19d6d436dc
Merge pull request #5699 from pmahoney/fswatch
...
Fswatch
2015-01-13 14:12:43 +01:00
Peter Simons
e4a68f0b98
haskell-ng: add more tools to our help function library
2015-01-13 12:44:53 +01:00
Peter Simons
9489dac1d3
r-modules: update list of broken packages
2015-01-13 12:44:11 +01:00
Peter Simons
844828afad
r-caret: update hash
2015-01-13 12:44:11 +01:00
Peter Simons
6b47d8c610
gdal: the build is broken on (at least) Linux
...
http://hydra.nixos.org/build/18650326/nixlog/1/raw
2015-01-13 12:44:11 +01:00
Peter Simons
f09fec34e9
r-skmeans: update hash
2015-01-13 12:44:11 +01:00
Peter Simons
d2d868534f
r-OceanView: update hash
2015-01-13 12:44:11 +01:00
Alp Mestanogullari
126955d050
add the 'sitemap' haskell package
2015-01-13 12:04:21 +01:00
Vincent Laporte
7169b87664
Adds ocaml-lablgtk-extras
...
Lablgtk-extras is a collection of libraries and modules useful when
developing OCaml/LablGtk2 applications.
Homepage: http://gtk-extras.forge.ocamlcore.org/
2015-01-13 11:14:28 +01:00
Vincent Laporte
81b57bb8ef
Adds ocaml-config-file
...
config-file is an OCaml library used to manage the configuration
file(s) of an application.
Homepage: http://config-file.forge.ocamlcore.org/
2015-01-13 09:46:48 +01:00
devhell
b7a5027547
libmediainfo: 0.7.71 -> 0.7.72
2015-01-13 00:42:55 -08:00
devhell
5bda3e1b95
mediainfo-gui: 0.7.71 -> 0.7.72
2015-01-13 00:42:55 -08:00
devhell
c7c196de6e
mediainfo: 0.7.71 -> 0.7.72
2015-01-13 00:42:55 -08:00
Matti Niemenmaa
85e405c1eb
wicd: fix wicd-curses with new urwid
...
See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=894646 — without
this patch, wicd-curses throws an AttributeError on startup. The patch
is a cut-down version of the one added there by Pavel Zhukov.
2015-01-13 00:40:51 -08:00
devhell
29b3353a9e
enhanced-ctorrent: Add package
...
This adds enhanced-ctorrent (ctorrent) which is a CLI-based bittorrent
client written in C++. It is very fast for those times when one wants to
simply add a torrent quick'n'dirty-style.
2015-01-13 00:38:06 -08:00
devhell
13b3fb2aca
top-level: Add enhanced-ctorrent
2015-01-13 00:38:06 -08:00
aszlig
c5354fafce
lighttpd: Fix building with magnet support.
...
Doesn't build with LUA 5.2, so lets explicitly set LUA 5.1 as a
dependency.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-13 08:37:56 +01:00
William A. Kennington III
6aaa655e9a
Merge pull request #5719 from ehmry/qtbitcointrader
...
qtbitcointrader 1.08.02 -> 1.08.03
2015-01-12 23:07:28 -08:00
aszlig
536feffc68
chromium: Fix userns patch for kernel 3.18.2.
...
Writing the gid_map is already non-fatal, but the actual sandbox process
still tries to setresgid() to nogroup (usually 65534). This however
fails, because if user namespace sandboxing is present, the namespace
doesn't have CAP_SETGID at this point.
Fortunately, the effective GID is already 65534, so we just need to
check whether the target gid matches and only(!) setresgid() if it
doesn't.
So if someone would run a SUID version of the sandbox, it would still
work nonetheless without a negative impact on security.
Fixes #5730 , thanks to @wizeman for reporting and initial debugging.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-13 06:18:10 +01:00
William A. Kennington III
37bb586452
tinc-pre: Update to ae5b56c
2015-01-12 15:25:53 -08:00
Shea Levy
9e114ccd26
haskellng: Make amazonka env externally visible
2015-01-12 18:13:40 -05:00
Domen Kožar
005508a96d
Merge pull request #5733 from brendanlong/syncthing-0.10.19
...
syncthing: Update to version 0.10.19.
2015-01-12 23:13:59 +01:00
Domen Kožar
f5445f2660
Merge pull request #5687 from nckx/ipv6calc
...
Add ipv6calc: calculate/manipulate (not only) IPv6 addresses
2015-01-12 23:13:31 +01:00
Shea Levy
3dc5be9ec5
More amazonka packages on 7.8
2015-01-12 20:58:57 +00:00
Shea Levy
67460ea19f
haskellng: Fix amazonka-core on 7.8
...
Required adding a flag to the generic builder to build Setup.hs with
core packages even if there is an override in buildInputs, to break
circular dependencies.
2015-01-12 15:41:03 -05:00
Tobias Geerinckx-Rice
9b7a58e1f9
coan: don't double-gzip man page
...
`make install` gzips coan.1 with the wrong extension (.1). So Nix re-
compresses it. Result: coan.1.1.gz, and a screen full of gobbledygook.
2015-01-12 21:38:31 +01:00
Brendan Long
2b597f3857
syncthing: Update to version 0.10.19.
2015-01-12 13:23:18 -06:00
Ricardo M. Correia
757071af5b
grsecurity: Update stable and test patches
...
stable: 3.0-3.14.28-201501111421 -> 3.0-3.14.28-201501120819
test: 3.0-3.18.2-201501111422 -> 3.0-3.18.2-201501120821
2015-01-12 18:21:22 +01:00
Shea Levy
d30e9082bb
D'oh
2015-01-12 12:20:42 -05:00
Shea Levy
3f714f32ac
overrideCabal: Preserve overrideScope attr
2015-01-12 12:18:46 -05:00
Jaka Hudoklin
e2edf1e01d
Merge pull request #5650 from nckx/radeontop2
...
readeontop: build without patches & include some git bugfixes
2015-01-12 18:14:56 +01:00
Eelco Dolstra
7358b8dfda
Fix a warning in initrd generation
...
${pkgs.busybox}/bin and ${pkgs.busybox}/sbin are now the same
directory, so don't copy both.
2015-01-12 17:52:30 +01:00
Peter Simons
8e25e4e368
hackage-packages.nix: break infinite recursions and other evaluation errors
2015-01-12 16:35:15 +01:00
Peter Simons
2225b43bd4
hledger-web: test suite has been fixed
2015-01-12 16:35:14 +01:00
Peter Simons
36b5b900db
haskell-modules-lib: add 'markBroken' helper function
2015-01-12 16:35:14 +01:00
Peter Simons
fecd280708
haskell-configuration-ghc-7.9.x: we can use a doctest release version now
2015-01-12 16:35:14 +01:00
Peter Simons
f7bca36c53
hackage-packages.nix: re-generate from Hackage 2015-01-12T10:33:40+0100
2015-01-12 16:35:14 +01:00
Tobias Geerinckx-Rice
40ed9007f1
readeontop: build without patches & include some git bugfixes
...
Also add my initial longDescription, and build in parallel.
2015-01-12 16:30:28 +01:00
Shea Levy
e0b270efc9
Fix http-date build on ghc 7.10
2015-01-12 09:58:56 -05:00
Shea Levy
baa634cf18
Fix retry build on ghc 7.10
2015-01-12 09:46:35 -05:00
Shea Levy
2f5cd9ec85
haskell-chell: Fix for 7.10.1
2015-01-12 09:37:20 -05:00
Shea Levy
c972ea1e8c
haskell-options: Fix for 7.10.1
2015-01-12 09:14:50 -05:00
Eelco Dolstra
872f8c0431
Remove RHEL 7 RC
...
It no longer exists on the RedHat FTP site.
2015-01-12 15:13:21 +01:00
Eelco Dolstra
02df7cdaa0
Fix CentOS 6.5 URLs
2015-01-12 15:13:05 +01:00
Vladimír Čunát
f9c59ca168
fontforge: large update with large changes implied
...
- Things didn't work very well before, as libs were only dlopened and
not found. Fixes #5716 .
- Newer releases need autotools to build (and git), leading to some bloat.
- Also, more things are installed by default, increasing the output size.
2015-01-12 13:43:30 +01:00
Vladimír Čunát
9274093a34
uthash: new package
...
It's headers only. Newer fontforge needs it.
2015-01-12 13:43:30 +01:00
Jaka Hudoklin
b093220c5d
Merge pull request #5724 from benmos/grafana-1.9.1
...
Upgrading Grafana 1.8.0-rc1 -> 1.9.1
2015-01-12 11:06:56 +01:00
Ben Moseley
80ab18f269
Upgrading Grafana 1.8.0-rc1 -> 1.9.1
2015-01-12 09:20:54 +00:00
Peter Simons
e6bd78e8e5
Merge pull request #5718 from ryantrinkle/master
...
Pull submodules of the ghcjs-boot repository recursively
2015-01-12 10:20:10 +01:00
Rob Vermaas
4d8f73a654
Use callPackage for nodePackages, to allow easier overriding of node-packages set.
...
(cherry picked from commit 65a89fcce7
)
2015-01-12 10:05:05 +01:00
Charles Strahan
96fd899fea
capnproto: update to 0.5.0
2015-01-12 03:24:52 -05:00
William A. Kennington III
97783b87c0
kernel: 3.14.27 -> 3.14.28
2015-01-11 23:59:13 -08:00
William A. Kennington III
33651bb865
kernel: 3.18.1 -> 3.18.2
2015-01-11 23:58:19 -08:00
William A. Kennington III
6521141d09
kernel: Remove 3.16
2015-01-11 23:55:38 -08:00
William A. Kennington III
ba6648b142
kernel: 3.2.65 -> 3.2.66
2015-01-11 23:55:37 -08:00
William A. Kennington III
980758bdee
kernel: 3.17.7 -> 3.17.8
2015-01-11 23:55:37 -08:00
William A. Kennington III
38eb7af3cd
kernel: 3.10.63 -> 3.10.64
2015-01-11 23:55:37 -08:00
aszlig
dcbcc85fea
miro: Fix build by adding sqlite to buildInputs.
...
The dependency on sqlite was propagated through to miro by libsoup, but
with f570f97
, it's no longer propagated anymore so we need to pass it to
the miro derivation directly.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
aszlig
947a4c582e
hub: Fix build with chrooted Nix.
...
The build script is a shell script which has a shebang using
/usr/bin/env, which isn't available in a chrooted Nix daemon.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
Peter Simons
87eba920fa
haskell-lib.nix: fix doCheck helper
2015-01-12 01:28:15 +01:00
Emery Hemingway
e6ed7e3030
qtbitcointrader 1.08.02 -> 1.08.03
2015-01-11 18:11:14 -05:00
Michael Raskin
dfb944087b
Update StumpWM
2015-01-12 02:11:13 +03:00
Michael Raskin
6aafb9a06f
Use SBCL 1.2.5 to build StumpWM
2015-01-12 02:11:13 +03:00
Michael Raskin
9a6afa95c1
Re-add SBCL 1.2.5 --- for StumpWM compatibility
2015-01-12 02:11:13 +03:00
Arseniy Seroka
cc17ebdca8
Merge pull request #5689 from k0ral/mkvtoolnix
...
Added mkvtoolnix-cli = mkvtoolnix without GUI dependencies.
2015-01-12 02:07:40 +03:00
Ryan Trinkle
363259acec
Pull submodules of the ghcjs-boot repository recursively
...
Without this, the result will not match the sha256 provided
2015-01-11 18:03:45 -05:00
Michael Raskin
ff800b4270
Julia: update OpenBLAS dependency version
2015-01-12 01:46:57 +03:00
Domen Kožar
9bb2b7cdb5
Merge pull request #5702 from ryantm/afuse
...
update afuse to version 0.4.1
2015-01-11 23:11:21 +01:00
Ryan Mulligan
2f1a9ef41f
afuse: change from git to tarball source
2015-01-11 13:21:37 -08:00
Vladimír Čunát
e98a443e71
stdenv: improve message on evaluation check (no hash changes)
2015-01-11 21:38:19 +01:00
Vladimír Čunát
123a8bf9a5
stdenv: refactor code for evaluation errors (no hash changes)
2015-01-11 21:37:50 +01:00
Peter Simons
2f4dc089a9
haskell-ng: fix transformers-compat for GHC 7.6.x
2015-01-11 20:56:21 +01:00
Peter Simons
f49fa1f20b
hackage-packages.nix: re-generate to fix ALUT
2015-01-11 20:56:21 +01:00
Peter Simons
4cd9c8c3ae
haskell-ng: jailbreak AbortT-transformers to fix the build
2015-01-11 20:56:21 +01:00
Peter Simons
cfc2aeaa91
haskell-ng: disable ABList test suite to fix the build
2015-01-11 20:56:21 +01:00
Peter Simons
3e64a6e382
haskell-ng: fix 7.6.3 build of hashable
2015-01-11 20:56:21 +01:00
Peter Simons
921bb64a6d
haskell-ng: fix old Cabal builds
2015-01-11 20:56:21 +01:00
cillianderoiste
78d8c67fa3
Merge pull request #5711 from johbo/emacs-d-mode
...
Emacs d mode
2015-01-11 19:30:42 +01:00
Johannes Bornhold
f8247edd1c
Add meta attributes to emacsPackages.d
2015-01-11 18:46:48 +01:00
Johannes Bornhold
860336e786
Add d-mode to emacs modes
2015-01-11 18:46:48 +01:00
Arseniy Seroka
88683589b4
Merge pull request #5706 from nckx/coan
...
Add coan: the C preprocessor chainsaw
2015-01-11 20:42:45 +03:00
Arseniy Seroka
01f5b79524
Merge pull request #5681 from Ericson2314/master
...
Remove `rust=rustc` alias,update racer
2015-01-11 20:41:58 +03:00
John Ericson
81bc099d48
Remove rust=rustc
alias
...
I was asked to add this for backwards comparability when I renamed `rust`
to `rustc` and added `rustcMaster`. It has been a few months so I'd hope
deprecating this is acceptable.
2015-01-11 17:33:58 +00:00
Alp Mestanogullari
e5c6bff61d
update the haskell taggy package to 0.1.3
2015-01-11 17:21:44 +01:00
Evgeny Egorochkin
9aeb2cdc2b
calligra: fix dependencies, and add several new ones
2015-01-11 17:03:14 +02:00
Tobias Geerinckx-Rice
0761330f64
Add ipv6calc: calculate/manipulate (not only) IPv6 addresses
2015-01-11 15:28:57 +01:00
Tobias Geerinckx-Rice
03e53af0f5
Add coan: the C preprocessor chainsaw
2015-01-11 15:21:26 +01:00
Michael Raskin
533dc86fb7
Pipelight: update patched Wine version
2015-01-11 16:43:30 +03:00
Michael Raskin
41f0b9e851
Wine unstable: 1.7.33 -> 1.7.34
2015-01-11 16:43:29 +03:00
Michael Raskin
3452bc132f
SBCL: 1.2.5 -> 1.2.7
2015-01-11 16:43:29 +03:00
Michael Raskin
bda8de6b63
Allegro 5 unstable: 5.1.8 -> 5.1.9
2015-01-11 16:43:29 +03:00
Michael Raskin
54cebfc27e
FreeIPMI: 1.4.7 -> 1.4.8
2015-01-11 16:43:29 +03:00
Michael Raskin
9d6bd701bb
GNU Chess 6.1.2 -> 6.2.1
2015-01-11 16:43:29 +03:00
Georges Dubus
2b1c649146
Merge pull request #5673 from kirelagin/fix-nox
...
nox: Do not wrap
2015-01-11 12:36:03 +01:00
Peter Simons
bca9b8d867
haskell-generic-builder: make $shellHook in 'env' attribute more robust
...
In case our GHC environment is empty, the old code ended up running
'grep export' on a GHC binary, which doesn't seem like a good idea.
2015-01-11 11:59:47 +01:00
Peter Simons
dbb4012fdc
haskell-generic-builder: add a helpful message that explains why it makes no sense to build an 'env' attribute
2015-01-11 11:39:16 +01:00
Peter Simons
efbe928ac3
Merge pull request #5707 from rycee/updates/svtplay-dl
...
Update 'svtplay-dl' version to 0.10.2015.01.05.
2015-01-11 11:31:54 +01:00
Peter Simons
43bae26b33
Merge pull request #5627 from oxij/update-postfix
...
postfix: make 2.11 the default, nixos: update postfix config for 2.11
2015-01-11 11:28:31 +01:00
Robert Helgesson
9ab3e7b551
Update 'svtplay-dl' version to 0.10.2015.01.05.
2015-01-11 11:24:13 +01:00
Domen Kožar
44912c2ac1
Merge pull request #5598 from brendanlong/go-1.4
...
go: Update to 1.4
2015-01-11 07:46:58 +01:00
Domen Kožar
d8389fc073
Merge pull request #5661 from robberer/php/geoip
...
php: add geoip-1.1.0 module
2015-01-11 07:45:55 +01:00
Domen Kožar
6eaefa8c31
Merge pull request #5660 from Calrama/seafile
...
seafile: update client, ccnet, libsearpc and shared
2015-01-11 07:44:43 +01:00
Domen Kožar
9e09af5b5b
Merge pull request #5682 from matejc/e_import_fix
...
enlightenment: import dialog fix
2015-01-11 07:43:50 +01:00
Domen Kožar
1361b75ef8
Merge pull request #5700 from eduarrrd/pianobar
...
pianobar: update to pianobar-2014.09.28
2015-01-11 07:43:29 +01:00
Domen Kožar
385315620b
Merge pull request #5705 from nckx/fmit
...
Add fmit: Free Musical Instrument Tuner
2015-01-11 07:41:03 +01:00
Tobias Geerinckx-Rice
9fc1a35784
Add fmit: Free Musical Instrument Tuner
2015-01-11 03:19:40 +01:00
Peter Simons
7fa32aecd1
haskell-cabal-test-quickcheck: fix build with GHC 7.8.4
2015-01-11 01:46:30 +01:00
Ryan Mulligan
be4704da66
update afuse to version 0.4.1
...
addresses #5670 , needs testing!
2015-01-10 15:44:31 -08:00
Peter Simons
b31082d246
haskell-generic-builder: propagate build inputs only if we're building a library
2015-01-10 23:54:30 +01:00
Peter Simons
f639d6bb09
darcs: switch to haskell-ng build
2015-01-10 23:38:16 +01:00
Peter Simons
be8219e35b
haskell-ng: disable broken ghcjs build
2015-01-10 23:36:59 +01:00
Peter Simons
2ff8d1940f
haskell-configuration-*: polish compiler-specific overrides
2015-01-10 23:36:59 +01:00
Peter Simons
55003ca34b
pkgs/development/haskell-modules/lib.nix: add funky helper function for overriding
2015-01-10 23:36:59 +01:00
Eduard Bachmakov
0d7c055c54
pianobar: update to pianobar-2014.09.28
...
- libmad and faad have been dropped for libav
- CC is exported since pianobar forces CC=c99 else
- add myself to maintainers
2015-01-10 16:44:50 -05:00
Patrick Mahoney
41ca36e30c
fswatch: new derivation
2015-01-10 15:10:16 -06:00
Arseniy Seroka
0a80cf9e51
Merge pull request #5698 from abbradar/mumble-pa
...
mumble: add pulseaudio support
2015-01-10 23:49:21 +03:00
Nikolay Amiantov
663082b366
mumble: add pulseaudio support
2015-01-10 23:36:42 +03:00
Patrick Mahoney
70e7b34470
gettext: add derivation for 0.19 series
2015-01-10 13:26:01 -06:00
Vincent Laporte
425935916c
smtube: update from 14.8 to 14.12
2015-01-10 19:36:22 +01:00
Maurizio De Santis
5bcd29466e
ruby: add 2.2.0 package
2015-01-10 19:25:37 +01:00