Peter Simons
fcb8d47fcd
Switch ghcjs to ghc 7.10.2.
2015-08-07 15:13:14 +02:00
Peter Simons
961011aea1
haskell-logger: we cannot easily build the test suite due to cyclic dependencies
2015-08-07 15:13:14 +02:00
Peter Simons
c67aaca6d9
emacs-haskell-mode: switch default to git version
...
We track the git version, because haskell-mode does not provide regular
releases except via MELPA, which our Emacs infrastructure does not support yet.
2015-08-07 15:13:14 +02:00
Peter Simons
efdaac847b
haskell-lzma-conduit: disable test suite to fix the build
...
Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
2015-08-07 15:13:14 +02:00
Peter Simons
807c0c2029
haskell-webkit no longer compiles; the package doesn't find its system library build input anymore
...
@abbradar, maybe you know how to fix this?
2015-08-07 15:13:14 +02:00
Peter Simons
d968321e4b
haskell-wiring: build has been fixed upstream
2015-08-07 15:13:14 +02:00
Michael Alan Dorman
feee20e226
haskell-zip-archive: remove obsolete override
2015-08-07 15:13:13 +02:00
Peter Simons
8459ea641f
haskell-diagrams-lib: broken because it can't cope with recent versions of fsnotify and system-filepath
2015-08-07 15:13:13 +02:00
Peter Simons
c79879b955
haskell-hs-blake2 depends on broken llvm-base library.
2015-08-07 15:13:13 +02:00
Peter Simons
8db23bc08f
haskell-ghc-paths: register Nixpkgs-specific patch
...
This used to be added by cabal2nix, but now the tool no longer does because
there's no reliable way to refer to the patch file in the generated build
expression.
2015-08-07 15:13:13 +02:00
Peter Simons
a7cb42e1c2
haskell-wx: clean up overrides
2015-08-07 15:13:13 +02:00
Peter Simons
7bcc1bfc11
haskell: add 'addPkgconfigDepend' combinator to lib.nix
2015-08-07 15:13:13 +02:00
Peter Simons
4fb4e24bf3
hackage-packages.nix: update to 71e5685240
with hackage2nix version 20150807
2015-08-07 15:13:13 +02:00
taku0
bc88e645cc
firefox-bin: 39.0 -> 39.0.3
2015-08-07 22:09:25 +09:00
Peter Simons
29fed6f834
cabal2nix: update to version 20150807
...
This update greatly enhances the accuracy with which dependencies are expressed
in the generated Nix files. Previous versions distinguished dependencies for
building ("buildDepends") and testing ("testDepends"). This distinction didn't
apply to system packages or build tools, however: the fields "extraLibs" and
"buildTools" applied to the entire build. This meant that dependencies required
only for testing would be pulled in regardless of whether the test were
actually being run, etc.
These days, we distinguish dependencies for libraries, executables, and tests,
and for each of those types we distinguish dependencies on Haskell libraries,
system libraries, pkgconfig libraries, and build tools. This gives us a
whopping 12 new attributes
xxxHaskellDepends
xxxSystemDepends
xxxPkgconfigDepends
xxxToolDepends
where "xxx" is any of "library", "executable", or "test".
The old dependency attributes are no longer generated by cabal2nix. The generic
builder in Nixpkgs still accepts them, though, for the sake of backwards
compatibility. This means that you don't have to re-generate all your build
expressions with the new version, but you *should*.
2015-08-07 15:03:58 +02:00
vbgl
e16be46be2
Merge pull request #9138 from vbgl/master
...
qgis: fix python console and processing plugin
2015-08-07 14:56:11 +02:00
Jascha Geerds
84a4ed9a46
rtv: 1.4 -> 1.4.2
2015-08-07 14:18:01 +02:00
Jascha Geerds
c17cc5a56a
pythonPackages.praw: 2.1.21 -> 3.1.0
2015-08-07 14:16:47 +02:00
Jascha Geerds
05a653ba58
gnome-tweak-tool: 3.16.0 -> 3.16.2
2015-08-07 13:12:08 +02:00
Jascha Geerds
f1227ca8a2
gnome-yelp: 3.16.0 -> 3.16.1
2015-08-07 13:06:20 +02:00
Jascha Geerds
02554bfac4
Merge pull request #9155 from hiberno/bump-rofi-pass
...
rofi-pass: 2015-08-06 -> 1.0
2015-08-07 12:47:25 +02:00
Jascha Geerds
6699992368
vdirsyncer: 0.5.2 -> 0.6.0
2015-08-07 12:18:24 +02:00
lethalman
3773a38e27
Merge pull request #8373 from lancelotsix/add_pythonPackages.pytsftp_package
...
Add the pythonPackages.pysftp derivation
2015-08-07 12:07:06 +02:00
Luca Bruno
20543fc792
python-cryptography: use older cffi. Closes #9157
2015-08-07 11:51:45 +02:00
Arseniy Seroka
db22ec1549
Merge pull request #9132 from makefu/awesome-vicious-luaPackage
...
luaPackages: add vicious module
2015-08-07 12:36:07 +03:00
Luca Bruno
462a667d5b
pyinotify: disable on darwin
2015-08-07 11:27:06 +02:00
Lancelot SIX
39863c04ee
pythonPackages.pysftp: init at 0.2.8
2015-08-07 08:58:44 +00:00
hiberno
152a8b82a8
rofi-pass: 2015-08-06 -> 1.0
...
Upstream switched to (semantic) versioning, this commit reflects that
change.
2015-08-07 10:15:44 +02:00
Luca Bruno
0ec4386003
luaPackages.lrexlib: mark as broken
...
Doesn't build neither with 5.1 nor 5.2 lua.
2015-08-07 09:55:21 +02:00
Eric Sagnes
404b375948
mupdf: desktop file fix
2015-08-07 13:42:37 +09:00
James Cook
9f79830345
firefox: 39.0 -> 39.0.3
2015-08-06 21:21:07 -07:00
Arseniy Seroka
382b49e634
Merge pull request #9140 from ericsagnes/vim-plugins
...
vimPlugins: add CheckAttach and vimwiki
2015-08-07 04:17:29 +03:00
Tobias Geerinckx-Rice
fa7a0f24a4
Revert "simple-scan: fix build by adding lcms to buildInputs"
...
This reverts commit 37ff33196f
.
This can't be it. `lcms` and `lcms2` are two entirely different packages.
Furthermore, the dependency is propagated through colord and should be
fixed there, if needed.
2015-08-07 01:45:18 +02:00
Tobias Geerinckx-Rice
22b2330a4d
libpsl: build & install documentation
...
Since this includes the man page, it seems worth the dependencies.
2015-08-06 23:44:53 +02:00
Tobias Geerinckx-Rice
9e60241f2f
libpsl: 0.7.1 -> 0.8.0
2015-08-06 23:44:53 +02:00
Jan Malakhovski
9966ec4e54
notmuch: fix gpg path in notmuch-config.c
...
Fixes errors when attempting to decrypt an encrypted message.
I'm not sure that `crypto.c` needs to be patched after this, since this setting
should propagate there, but let's play it safe.
2015-08-06 22:11:29 +02:00
Peter Simons
5d1bcf2f4e
R: fix Hydra build & evaluation errors
2015-08-06 20:13:50 +02:00
Peter Simons
36fc26c0fc
R: regenerate CRAN and BIOC packages
2015-08-06 20:13:50 +02:00
Peter Simons
7a0fa8f898
r-modules: fix evaluation errors
2015-08-06 20:13:49 +02:00
Michel Kuhlmann
18cff91fb7
R: regenerate CRAN and BIOC packages
...
Closes https://github.com/NixOS/nixpkgs/pull/9037 .
2015-08-06 20:13:49 +02:00
Peter Simons
73ad191afb
r-modules: fix Hydra evaluation errors
2015-08-06 20:13:49 +02:00
Arseniy Seroka
d25014a3cd
Merge pull request #9060 from oxij/emacs-cleanup
...
Cleanup in emacs-packages
2015-08-06 20:54:46 +03:00
William A. Kennington III
56c62ad12a
ceph-git: 2015-07-32 -> 2015-08-05
2015-08-06 09:55:40 -07:00
lethalman
b38b70cc4d
Merge pull request #9127 from FRidh/tornado4.2.1
...
python-packages tornado: 4.1 -> 4.2.1
2015-08-06 18:47:23 +02:00
Frederik Rietdijk
d61fb8b9d2
python-packages tornado: 4.1 -> 4.2.1
2015-08-06 18:39:10 +02:00
Jan Malakhovski
b307fcccae
emacs-packages: add meta information to more packages
2015-08-06 16:31:51 +00:00
Jan Malakhovski
e403495938
emacs-packages: cleanup and fix request and request-deferred
2015-08-06 16:31:50 +00:00
Jan Malakhovski
0031120921
emacs-packages: make the file header more informative
2015-08-06 16:31:50 +00:00
Vincent Laporte
ec5940a496
qgis: fix python console and processing plugin
2015-08-06 17:17:39 +02:00
Pascal Wittmann
37ff33196f
simple-scan: fix build by adding lcms to buildInputs
2015-08-06 16:32:46 +02:00
Luca Bruno
629ac021b7
Revert "rethinkdb: Force dynamic linking and allow dependency substitution"
...
This reverts commit 5960a652f1
.
Build is broken since the beginning at configure phase @wkennington ,
I wonder how you were able to build this.
See http://hydra.nixos.org/build/24167778/nixlog/1/raw
2015-08-06 16:25:51 +02:00
Tobias Geerinckx-Rice
a849b16052
radeontop: 2015-06-24 -> 2015-08-06
...
Adds support for Topaz, Tonga, and Carrizo + new R600 PCI IDs.
2015-08-06 16:21:59 +02:00
Tobias Geerinckx-Rice
dc5f33b395
fmit: make ALSA and JACK2 capture support optional
...
Both are off by default. The default (and already built-in) Qt capture
source should just work.
2015-08-06 16:21:58 +02:00
Tobias Geerinckx-Rice
9704396f09
fmit: 1.0.0 -> 1.0.5
...
Now with Qt 5 and a new build system. Who uses "make install" anyway?
2015-08-06 16:21:58 +02:00
Tobias Geerinckx-Rice
5c90fed5d7
geolite-legacy: support all platforms; it's just data
2015-08-06 16:21:57 +02:00
Pascal Wittmann
f104a6c008
Merge pull request #9145 from dezgeg/pr-ckbcomp-update
...
ckbcomp: 1.129 -> 1.131
2015-08-06 16:21:15 +02:00
Pascal Wittmann
9e065f2270
suds: disable for python3
2015-08-06 15:59:51 +02:00
Pascal Wittmann
dd06e36eb8
sbsigntool: only build for x86_64-linux, it is broken on i686
2015-08-06 15:59:51 +02:00
Pascal Wittmann
7f2200117d
serfdom: fix build by updating from 0.6.3 to 0.6.4
...
and using an old version of memberlist
2015-08-06 15:59:51 +02:00
Pascal Wittmann
c197e2f60d
sensu: fix build by using ruby_2_1
2015-08-06 15:59:50 +02:00
Tuomas Tynkkynen
1bbcaf2eaf
ckbcomp: 1.129 -> 1.131
...
Based on upstream commit logs; not much has happened: mostly translation
updates and a minor fix for Nokia N900 keyboards.
2015-08-06 16:51:42 +03:00
Peter Simons
dc293f6cea
Merge pull request #9130 from obadz/haskell-fixes
...
Haskell: patch regex-tdfa-text to fix build (required to build Leksah) + minor fixes
2015-08-06 13:56:09 +02:00
makefu
86c973d429
luaPackages.vicious: init at 2.1.3
...
vicious is a module for creating widgets on window managers.
This commit adds the library and a wrapper lua file for easy importing.
I use the library with the awesome window manager via luaModules:
services.xserver.windowManager.awesome.luaModules = [
pkgs.luaPackages.vicious
];
2015-08-06 12:59:08 +02:00
vbgl
4d22b539b8
Merge pull request #9070 from danbst/tortoise-hg
...
new package: TortoiseHg and dependencies
2015-08-06 12:55:56 +02:00
Pascal Wittmann
09ec228c9b
pure-octave: mark as broken
...
reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
2015-08-06 12:52:34 +02:00
Pascal Wittmann
006a2f553e
picoc: disable broken tests on i686
2015-08-06 12:52:34 +02:00
lethalman
61051ee836
Merge pull request #9109 from AndersonTorres/pysolfc
...
Pysolfc
2015-08-06 12:43:29 +02:00
Luca Bruno
150b23d3f5
cheese: don't depend on libtool
2015-08-06 12:40:14 +02:00
Luca Bruno
86d7228365
libcanberra: fix .la file
2015-08-06 12:40:12 +02:00
Luca Bruno
855db4dbbc
pulseaudio: fix .la file
2015-08-06 12:40:09 +02:00
obadz
64befd0cb3
haskell/regex-tdfa-text: add patch to fix build
...
http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1
2015-08-06 11:14:06 +01:00
obadz
5632ab7b24
haskell: delete unused patches
2015-08-06 11:14:06 +01:00
obadz
3801ef5912
haskell: move patches to patches directory
2015-08-06 11:14:05 +01:00
obadz
23f5a23ec7
haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness
2015-08-06 11:09:47 +01:00
lethalman
2f97de9191
Merge pull request #9144 from ambrop72/openscad-update
...
openscad: 2014.03 -> 2015.03-1
2015-08-06 11:58:22 +02:00
lethalman
203e32e871
Merge pull request #9113 from dezgeg/pr-diffoscope
...
debbindiff: Rename to 'diffoscope' and update 26 -> 29 (plus some Python deps)
2015-08-06 11:53:26 +02:00
lethalman
a0f50b487e
Merge pull request #9108 from titanous/libcec3
...
libcec 3.0
2015-08-06 11:49:24 +02:00
lethalman
dad54b36fb
Merge pull request #9008 from philandstuff/fix-bazel
...
Fix bazel package
2015-08-06 11:47:54 +02:00
lethalman
00821f4046
Merge pull request #9066 from Bevaz/ccache-isGNU
...
ccache: set attribute isGNU = true
2015-08-06 11:46:02 +02:00
lethalman
b1b681c853
Merge pull request #9134 from FRidh/numexpr2.4.3
...
python-packages numexpr: 2.4 -> 2.4.3
2015-08-06 11:44:50 +02:00
lethalman
8282baacc0
Merge pull request #9106 from lancelotsix/add_hubicfuse
...
hubicfuse: init at 2.1.0
2015-08-06 11:42:19 +02:00
Vladimír Čunát
80129d23d9
gsl: fix patch URL that no longer worked ( close #9143 )
2015-08-06 11:04:37 +02:00
Ambroz Bizjak
ce32291716
openscad: 2014.03 -> 2015.03-1
...
- Added dependencies harfbuzz, qscintilla, gettext.
- Removed redundant CFLAGS hack for eigen.
2015-08-06 10:30:17 +02:00
Pascal Wittmann
980fee9fe0
Merge pull request #9142 from hiberno/bump-rofi-pass
...
rofi-pass: 2015-06-08 -> 2015-08-06
2015-08-06 10:13:33 +02:00
vbgl
5a86eebadf
Merge pull request #9141 from hiberno/bump-pamixer
...
pamixer: 1.2.1 -> 1.3
2015-08-06 10:02:05 +02:00
hiberno
3a07cc1317
rofi-pass: 2015-06-08 -> 2015-08-06
2015-08-06 09:51:13 +02:00
hiberno
afdf985244
pamixer: 1.2.1 -> 1.3
2015-08-06 09:37:39 +02:00
vbgl
b8a1e16f81
Merge pull request #9028 from samuelrivas/update-utop-and-camlp4
...
Update utop and camlp4
2015-08-06 09:11:34 +02:00
ts468
863fa55cc1
Merge pull request #9102 from ts468/upstream.e19
...
E19 update to 1.19.8
2015-08-06 09:02:17 +02:00
William A. Kennington III
f30a8f78a8
libpng: 1.2.52 -> 1.2.53
2015-08-05 23:37:07 -07:00
William A. Kennington III
f6c1004b2a
firefox: Use more system libraries
...
Use system libpng with apng support.
Use the system icu which works fine in newer firefox builds.
Use jemalloc to speed up memory allocations and reduce fragmentation.
2015-08-05 23:26:34 -07:00
William A. Kennington III
8164d28315
libpng: 1.6.16 -> 1.6.18
...
Also enable apng by default
2015-08-05 23:26:00 -07:00
Samuel Rivas
37d0d8ac74
utop: 1.15 -> 1.17
...
Version 1.18 doesn't compile cleanly currently, I need to debug what is going on
there
2015-08-06 08:06:51 +02:00
Samuel Rivas
d516f12dba
camlp4: 4.02.0+1 -> 4.02+6
...
* Remove unneeded substitution in postConfigure
This was fixed here: 81ed5cf2e8
* camlp4: use fetchzip
It is considered more reliable than fetchurl
2015-08-06 08:06:16 +02:00
William A. Kennington III
666629f30b
ceph-pre: Update
2015-08-05 21:52:00 -07:00
William A. Kennington III
34fbb41500
ceph: Support newer git version
2015-08-05 21:51:52 -07:00
William A. Kennington III
5c6aa391fc
chromium: Cleanup old patch and update stable
2015-08-05 19:27:29 -07:00
William A. Kennington III
baf0967947
ccid: 1.4.19 -> 1.4.20
2015-08-05 19:25:56 -07:00
William A. Kennington III
23c3edd62c
pcsclite: 1.8.13 -> 1.8.14
2015-08-05 19:25:56 -07:00
William A. Kennington III
370add9d80
chromium: update.sh Shouldn't use cached hashes as they often change upstream for the same version
2015-08-05 19:25:56 -07:00