Commit Graph

64162 Commits

Author SHA1 Message Date
Robert Helgesson 1b3930ca04 pdf2svg: 0.2.2 -> 0.2.3
Also minor style changes and upstream source is now on GitHub.
2015-12-19 00:50:46 +01:00
Robert Helgesson 8296346207 jhead: 2.87 -> 3.00
Also clean up the package quite a bit and add myself as maintainer.
2015-12-19 00:29:32 +01:00
Herwig Hochleitner b3b7f9f37f fix lib path for gradle, fixes #11191 2015-12-18 23:12:43 +03:00
Arseniy Seroka 8fcf525baa Merge pull request #11813 from simonvandel/update-tvheadend-4.0.8
tvheadend: 4.0.7 -> 4.0.8
2015-12-18 22:36:19 +03:00
Domen Kožar 0e4e01c7a6 add back nixopsUnstable 2015-12-18 18:51:12 +01:00
Eelco Dolstra b60f0fdcd4 systemd: Apply upstream fix: networkd: link - do not drop config for loopback device 2015-12-18 18:02:16 +01:00
Simon Vandel Sillesen 640ca7e975 tvheadend: 4.0.7 -> 4.0.8 2015-12-18 17:40:56 +01:00
Gaëtan André ff58a9831b matter-compiler: initial expression, fixes #11780 2015-12-18 15:49:57 +01:00
Nikolay Amiantov 8843368a13 deluge: add .desktop file 2015-12-18 17:28:47 +03:00
Arseniy Seroka db736b57fd Merge pull request #11806 from deeky666/php-7.0.1
php: 7.0.0 -> 7.0.1
2015-12-18 14:45:13 +03:00
Domen Kožar e6f1558692 Merge pull request #11807 from markus1189/lastpass-cli
lastpass-cli: 0.5.1 -> 0.7.0
2015-12-18 12:06:10 +01:00
Peter Simons 817d6d5149 Merge pull request #11802 from aespinosa/add-missing-utmp-lib
screen: include the utmp from the apple_sdk
2015-12-18 11:42:45 +01:00
Peter Simons 9cb7aa8357 haskell-gtksourceview2: add override to fix build 2015-12-18 11:37:44 +01:00
Peter Simons 16e9b44afa cabal2nix: update to version 20151217 2015-12-18 11:37:44 +01:00
Peter Simons fced3e3222 haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3 2015-12-18 11:37:44 +01:00
Peter Simons d2d68b0d92 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217 using the following inputs:

  - Nixpkgs: 1e4c0752db
  - Hackage: 42db5021ee
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 57c8505aea
2015-12-18 11:37:31 +01:00
Vladimír Čunát 1932d101e2 telepathy-qt: minor update, fix by patch, unify
- The patch fixes building against gst-1.6.
- Having to change three files with almost same contents would drive me mad,
  so I unified them into a single expression. /cc @ttuegel
- libxslt seemed unneeded, and it uses libxml2 anyway.
2015-12-18 11:06:46 +01:00
AndersonTorres 7070c2d900 Higan: 094 -> 095
In order to increase portability and flexibility, now the build phase
explicitly sets "compiler=c++" as a make parameter.
Further, there is a link "higan" for backwards compatibility; higan was
split in icarus (the game ROMS database manager) and tomoko (the
emulator itself).
2015-12-18 07:45:04 -02:00
Vladimír Čunát be6c625410 telepathy-farstream: minor update 0.6.1 -> 0.6.2
Also cleanup unneeded dependencies, in particular gst-0.10.
2015-12-18 10:31:57 +01:00
lethalman 12b64621fd Merge pull request #11796 from nckx/fix-gdata
gnome3_*.libgdata: add `nss` dependency
2015-12-18 10:15:51 +01:00
Steve Müller cf99e57c80 php: 7.0.0 -> 7.0.1 2015-12-18 09:41:51 +01:00
Markus Hauck 10e0b68141 lastpass-cli: 0.5.1 -> 0.7.0 2015-12-18 09:41:11 +01:00
Eric Sagnes eab677ea21 eventstore: fix source hash (close #11732) 2015-12-18 09:11:51 +01:00
Pascal Wittmann 76eae695c7 Merge pull request #11319 from taku0/thunderbird-bin-38.4.0
thunderbird-bin: 38.3.0 -> 38.4.0
2015-12-18 08:50:59 +01:00
Allan Espinosa 37341582bb screen: include the utmp from the apple_sdk 2015-12-18 00:12:31 -06:00
aszlig 662ab05119
beets: Add the external beets-alternatives plugin
It's not included in upstream beets but are linked in the documentation
under "Other plugins", see:

http://beets.readthedocs.org/en/v1.3.15/plugins/index.html#other-plugins

I found this one particularly useful for syncing files to varios media
players that refuse to read my FLAC files properly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
aszlig ec3d068170
tomahawk: Build with older taglib version 1.9
The 0.8.4 version of Tomahawk doesn't yet recognize the new taglib
version that has been introduced in b762a20 and fails during
configurePhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
aszlig 68c504fa8f
beets: Use bs1770gain by default for replaygain
After trying with a dozen files, it seems the bs1770gain backend is much
more reliable than the audiotools backend and especially does a better
job (well, compared to audiotools which either does doing nothing at all
or throws an exception) when used on alboms that contain different
sample rates/sizes.

Additionally, we already had a few issues regarding the audiotools
backend, even to the extent that @sampsyco almost wanted to drop it
upstream (see sampsyco/beets#1342).

Also related issues are #10376 and sampsyo/beets#1592.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
Domen Kožar 59455da528 Merge pull request #11799 from flosse/zdfmediathk
pkgs.zdfmediathk: 9 -> 10
2015-12-18 01:44:09 +01:00
Markus Kohlhase 61420e7ea9 pkgs.zdfmediathk: 9 -> 10 2015-12-18 00:43:07 +01:00
Tobias Geerinckx-Rice 535b4279c7 ipad_charge, simple-scan: libusb{-compat -> 1} 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice 1e3314718d uksmtools: init at 2015-09-25 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice 11a8cddff4 man-db: use groff from closure, not PATH 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice 341d23324d libpsl: 2015-12-03 -> 2015-12-17 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice a3c2bd5aec eboard: fix build
Add perl dependency and patch ./configure to use it.
2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice 996a0a9abf liboauth: add `nss3` path to liboauth.la
Fixes the following libgdata build error:
```
  CCLD     gdata/libgdata.la
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lssl3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lsmime3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnss3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnssutil3
collect2: error: ld returned 1 exit status
```
2015-12-17 22:43:34 +01:00
Arseniy Seroka 20c1ef63cb vimPlugins: update 2015-12-17 2015-12-17 23:14:27 +03:00
John Wiegley d879a242cd haskellPackages.git-annex: Do not build lsof on Darwin 2015-12-17 11:52:11 -08:00
Rickard Nilsson c634e5cd24 Merge pull request #11730 from spwhitt/mopidy
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Lancelot SIX 976a5f68fb pythonPackages.colorlog: init at 2.6.0 2015-12-17 19:30:37 +01:00
Pascal Wittmann a111fa517e zsh-navigation-tools: 1.3.2 -> 1.4 2015-12-17 18:28:35 +01:00
Matthijs Steen f2a9837113 grml-zsh-config: init at 0.12.4 2015-12-17 16:29:00 +01:00
Pascal Wittmann 21522ede83 Merge pull request #11753 from nlewo/master
Add devpi-client and its dependencies
2015-12-17 16:21:46 +01:00
Pascal Wittmann 7dfe60b509 Merge pull request #11763 from DamienCassou/new-recordmydesktop
recordmydesktop: init at 0.3.8-svn602
2015-12-17 16:19:24 +01:00
Pascal Wittmann 128c2bd3e3 Merge pull request #11709 from mcmtroffaes/feature/gosmore-svn-externals
gosmore: fix hash again and disable svn externals
2015-12-17 15:53:31 +01:00
Nikolay Amiantov 07eb0ad76c phc-intel: fix installation dir 2015-12-17 16:49:11 +03:00
Vladimír Čunát 3b1f994347 release: remove reference to castle_combat
The game itself was removed in 66f663e19.
2015-12-17 14:42:50 +01:00
Thomas Tuegel 78d68b8c14 emacsPackagesNg: don't expose package functions
Remove elpaPackages, melpaStablePackages, and melpaPackages from the
top-level.
2015-12-17 07:23:50 -06:00
Thomas Tuegel a338959da6 melpaStablePackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel 28af093438 melpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel a4f4d1717d elpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel f7ce3cdddb emacsPackagesNg: don't call `override` repeatedly
Calling override repeatedly obfuscates how the final package set is
actually constructed.
2015-12-17 07:23:50 -06:00
Thomas Tuegel 9f55d3f29f elpaPackages: fix typo in midi-kbd 2015-12-17 07:23:50 -06:00
Thomas Tuegel ccc8265d44 melpa-stable-packages: 2015-12-16
Fixes Git hashes by using `nix-prefetch-git --fetch-submodules`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel bf9b4b03d5 elpa-packages: mark broken packages
These packages fail to build on Hydra.
2015-12-17 07:23:50 -06:00
Thomas Tuegel e21f5f933c emacsPackagesNgGen: use import, not callPackage
`callPackage` should only be used for actual packages. Functions, like
`emacsPackagesNgGen`, should be `import`ed. This also has the effect of
exposing the `override` function provided by `makeScope` so that
`emacsPackagesNg.override` overrides the package set instead of
overriding the arguments to `emacsPackagesNgGen`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel 59f497bc4d melpa-packages: 2015-12-15
Fixes Git hashes by using `nix-prefetch-git --fetch-submodules`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel f574f1c9c9 melpaPackages: fix cvsRoot attribute name 2015-12-17 07:23:50 -06:00
Thomas Tuegel 8e655250bd emacsPackagesNg: add all of MELPA 2015-12-17 07:23:50 -06:00
Thomas Tuegel 4e99a11653 melpa-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Thomas Tuegel 1210eafb8e melpa-stable-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Thomas Tuegel 3cc7e04502 elpa-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Thomas Tuegel 9b26afff6e Merge pull request #11781 from ttuegel/kiconthemes
kde5.kiconthemes: default icon theme is breeze
2015-12-17 06:15:37 -06:00
Nikolay Amiantov 8c1770769f flashplayer: fix 32-bit version 2015-12-17 15:09:24 +03:00
Thomas Tuegel 24991034de kde5.kiconthemes: default icon theme is breeze 2015-12-17 05:58:17 -06:00
Thomas Tuegel 7e6cfa2bfd Merge pull request #11778 from ttuegel/fix-KDE-packages
Fix KDE packages
2015-12-17 05:57:24 -06:00
Thomas Tuegel d69b5f9533 polkit_qt5: remove
The correct version is qt5Libs.polkitQt.
2015-12-17 05:51:59 -06:00
Thomas Tuegel 97b2b05a24 calamares: fix Qt dependencies 2015-12-17 05:50:32 -06:00
Thomas Tuegel a685f98627 calamares: move into kde5PackagesFun
All KDE 5 packages must be listed here to be packaged correctly.
2015-12-17 05:36:51 -06:00
Vladimír Čunát adb2b803b9 net-snmp: avoid nested list, /cc #11739 2015-12-17 12:35:15 +01:00
Thomas Tuegel 89ecedcab8 kde5: don't expose secret top-level attributes 2015-12-17 05:34:41 -06:00
lethalman e11741ff99 Merge pull request #11739 from cleverca22/master
net-snmp: fix mnttab path when built under chroot
2015-12-17 12:14:29 +01:00
Peter Simons e51fa468b3 Merge pull request #11773 from ip1981/ip1981/lxc
LXC: make sure configure script does not guess
2015-12-17 11:27:44 +01:00
Arseniy Seroka 326801e0ac Merge pull request #11758 from taku0/firefox-bin-43.0
firefox-bin: 42.0 -> 43.0
2015-12-17 13:05:57 +03:00
Peter Simons bb00c08191 Merge pull request #11771 from ericsagnes/update/erlang
erlangR18: 18.0 -> 18.2
2015-12-17 11:04:10 +01:00
Peter Simons 95dc945759 Merge pull request #11774 from ip1981/ip1981/git-crypt
git-crypt needs GnuPG
2015-12-17 11:03:27 +01:00
Frederik Rietdijk 2d07d00856 python scipy: run correct tests, fix/remove failing tests 2015-12-17 10:46:55 +01:00
Frederik Rietdijk 4b6dbfc357 python numpy: 1.10.1 -> 1.10.2 2015-12-17 10:46:33 +01:00
Antoine Eiche f21a65f719 devpi-client: init at 2.3.2 2015-12-17 09:34:13 +01:00
Domen Kožar 5d46d14d60 Merge pull request #11711 from FRidh/python
python: update packages
2015-12-17 09:33:21 +01:00
Domen Kožar 84a559393b mnemosyne: add webob dep (fixes #11746) 2015-12-17 09:30:02 +01:00
Domen Kožar 1057249c5d add pythonPackages.rpdb 2015-12-17 09:21:33 +01:00
Igor Pashev 85375fc5fc git-crypt needs GnuPG 2015-12-17 11:00:50 +03:00
Igor Pashev a911acdfb3 LXC: make sure configure script does not guess
Do not try to install init script.
And do not make any assumptions about the distribution.

The latter is important when Nix store in not a part of NixOS.

Closes #11729.
2015-12-17 10:11:39 +03:00
Arseniy Seroka 330afe9f4e Merge pull request #11075 from mogorman/pcb
pcb: new package
2015-12-17 09:13:54 +03:00
Damien Cassou 1bb68f0a5b recordmydesktop: init at 0.3.8-svn602 2015-12-17 06:47:02 +01:00
Thomas Tuegel f51c54ba02 kde4.kdelibs: fix link to kde5.kdelibs 2015-12-16 19:12:39 -06:00
Thomas Tuegel 0a81a0d8ff kde5: Frameworks 5.17, Plasma 5.5.1, Applications 15.12.0
The stable `kde5` attribute is updated to these versions. The old
versions have been removed.
2015-12-16 19:08:06 -06:00
Matthew O'Gorman 09aff6c104
pcb: init at 20140316 2015-12-16 19:29:17 -05:00
John Wiegley 61176d8987 Revert "haskellPackages.git-annex: Do not use lsof on Darwin"
This reverts commit fd45c7b82b.
2015-12-16 16:20:44 -08:00
goibhniu 3725d5afdc Merge pull request #11757 from rycee/fix/colordiff
colordiff: add archive URL
2015-12-17 01:12:05 +01:00
goibhniu 1b3168069d Merge pull request #11768 from k0ral/rmlint
rmlint: 2.4.1 -> 2.4.2
2015-12-17 01:10:47 +01:00
goibhniu 81901bda04 Merge pull request #11770 from k0ral/nmap
nmap: 7.00 -> 7.01
2015-12-17 01:10:13 +01:00
Eric Sagnes b67ac40a82 erlangR18: 18.0 -> 18.2 2015-12-17 09:01:49 +09:00
Thomas Tuegel 8cf6b39833 Merge pull request #11769 from Profpatsch/cutegram
cutegram: fix version in name
2015-12-16 17:41:30 -06:00
Peter Simons fc2b8edb1a Clean up overrides for Haskell gio, glib, and gtk. 2015-12-17 00:32:16 +01:00
Peter Simons c58c68a037 haskell.lib.addPkgconfigDepends: fix broken function
The function is supposed to modify pkgconfigDepends, not buildInputs.
2015-12-17 00:32:16 +01:00
Peter Simons db52259a9d Add LTS Haskell 3.18. 2015-12-17 00:32:16 +01:00
Peter Simons 1ba77bf6cb Add LTS Haskell 3.17. 2015-12-17 00:32:16 +01:00
Peter Simons 99b253fc1d hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-47-ga631ea6 using the following inputs:

  - Nixpkgs: e616e3fbaa
  - Hackage: 1be87a125d
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 1ee60f7320
2015-12-17 00:32:08 +01:00
koral e007b1b764 nmap: 7.00 -> 7.01 2015-12-16 23:21:19 +00:00
John Wiegley 59213cc1da emacs25pre: New expression, from emacs-25 pre-release branch 2015-12-16 15:13:16 -08:00
Profpatsch 5f709b8974 cutegram: fix version in name 2015-12-17 00:05:48 +01:00
Thomas Tuegel b175cf3711 Merge branch 'kde-updates' 2015-12-16 16:37:44 -06:00
koral 123a6041de rmlint: 2.4.1 -> 2.4.2 2015-12-16 22:35:01 +00:00
Eelco Dolstra b797a67ffb awesomebump: Add 2015-12-16 23:31:41 +01:00
John Wiegley fd45c7b82b haskellPackages.git-annex: Do not use lsof on Darwin 2015-12-16 14:10:56 -08:00
John Wiegley 2cd323a51a tor: Allow building on Darwin 2015-12-16 14:10:31 -08:00
John Wiegley db9bc6875f coqPackages.flocq: 2.4.0 -> 2.5.0 2015-12-16 14:10:14 -08:00
Eric Sagnes f9eb378eb8 riak: fix leveldb hash, fixes #11731 2015-12-16 23:07:22 +01:00
Nikolay Amiantov 13548530a6 networkmanager: fix udev rules file, fixes #11744 2015-12-16 22:55:03 +01:00
Thomas Tuegel c10bb5179f plasma55.plasma-workspace: update patches
The startkde patch was invalidated in the plasma-workspace-5.5.1
release. Quilt is now used to manage these large patches; it is much
simpler to use than Git.
2015-12-16 15:46:38 -06:00
Arseniy Seroka 0163eaea6e Merge pull request #11724 from tdimiduk/master
update tome4 to v 1.3.3
2015-12-17 00:13:13 +03:00
Thomas Tuegel d6bec4e77f add copyPathToStore and copyPathsToStore 2015-12-16 15:00:44 -06:00
Michael Alan Dorman 97834fc233 Don't check hindent
It appears its test suite has some issues at present, based on
https://github.com/chrisdone/hindent/issues/166, which seems to preceed
haskell-src-exts-1.17 being released.
2015-12-16 21:33:56 +01:00
Michael Alan Dorman bc5f82dfc2 Fixup pointfree package. 2015-12-16 21:33:56 +01:00
Peter Simons 1f108490f1 ghc-HEAD: update build instructions and bump version to current Git master
Closes https://github.com/NixOS/nixpkgs/issues/10752.
2015-12-16 21:33:56 +01:00
Peter Simons 878692e645 ghc-7.10.3: remove the obsolete build.mk file
New versions of GHC allow us to specify those things on the
command-line, so the build.mk file is no longer necessary.
2015-12-16 21:33:56 +01:00
Peter Simons a421e7bd4a ghc-7.10.3: don't pass compiler or linker flags through a response file
The new GHC version contains a patch [1] that passes linker and compiler flags
to GCC via response files rather than directly on the command-line. This is
supposed to be beneficial on Windows and other platforms that have trouble
dealing with long argument lists. On NixOS, however, this feature breaks the
flag handling provided by gcc-wrapper [2] and therefore causes the entire GHC
build to fail.

This issue has been reported upstream at [3]. It's not clear yet how to remedy
this problem, but until we've figured that out we just don't pass compiler flags
in response files on NixOS to fix https://github.com/NixOS/nixpkgs/issues/10752.

[1] 296bc70b5f
[2] https://github.com/NixOS/nixpkgs/issues/11762
[3] https://ghc.haskell.org/trac/ghc/ticket/11147
2015-12-16 21:33:56 +01:00
Peter Simons eae27e7798 ghc: update version 7.10.3 to 7.10.3a
Apply upstream patches that fix minor cosmetic issues in the documentation.
2015-12-16 21:33:56 +01:00
Peter Simons c08fe8407c Add haskell.packages.ghc7103 package set. 2015-12-16 21:33:56 +01:00
Tom Dimiduk 46b57614d9 tome4: 1.3.1 -> 1.3.3 2015-12-16 15:24:03 -05:00
Jude Taylor 848064cef6 remove old patches and attributes from xorgserver 2015-12-16 12:03:29 -08:00
Eelco Dolstra 79a3c8a952 9pfs: Add
This is a FUSE-based 9p client.
2015-12-16 20:31:14 +01:00
Eelco Dolstra 9dae6345f4 Typo 2015-12-16 20:31:14 +01:00
Mateusz Kowalczyk c6549af6a9 Merge branch 'mboes-vagrant-ld-path-fix' 2015-12-16 17:20:06 +00:00
Mathieu Boespflug bb30c79f0b vagrant: bring embedded/ libraries in scope of dynamic linker. 2015-12-16 18:14:40 +01:00
Pascal Wittmann f45b8176c0 Merge pull request #11074 from mogorman/gerbv
gerbv: new package
2015-12-16 18:13:20 +01:00
Eelco Dolstra 7651680615 firefox: 42.0 -> 43.0 2015-12-16 17:24:58 +01:00
Thomas Tuegel 8ee82c6b00 Merge pull request #11764 from ttuegel/kde-updates
KDE updates
2015-12-16 10:24:11 -06:00
Thomas Tuegel 408c3e5033 kdeApps_15_12.spectacle: init at 15.12.0 2015-12-16 10:22:44 -06:00
Thomas Tuegel cc058eff70 kde5_latest: merge all package sets
The three KDE package sets now have circular dependencies between them,
so they can only be built if they are merged into a single package set
during evaluation.
2015-12-16 10:22:43 -06:00
Thomas Tuegel da89338993 plasma55: 5.5.0 -> 5.5.1 2015-12-16 09:48:18 -06:00
Thomas Tuegel 42d19d7e71 kdeApps_15_12: don't inherit kdelibs
The beta versions of KDE Applications 15.12 did not include a kdelibs
release, so that package was borrowed from KDE Applications 15.08. The
final release of KDE Applications 15.12.0 does include kdelibs, however.
2015-12-16 09:48:18 -06:00
Eelco Dolstra 86bf3662df nss: 3.20.1 -> 3.21 2015-12-16 16:18:42 +01:00
Thomas Tuegel af5015fa80 kdeApps_15_12: 15.11.90 -> 15.12.0 2015-12-16 09:07:59 -06:00
Eelco Dolstra f8c6ced636 nspr: 4.10.10 -> 4.11 2015-12-16 16:04:36 +01:00
Eelco Dolstra d8d04c8cf3 firefox-esr: 38.4.0 -> 38.5.0 2015-12-16 16:03:39 +01:00
Antoine Eiche e1ff5eb7da pythonPackages.devpi-common: init at 2.0.8 2015-12-16 15:54:17 +01:00
Antoine Eiche 19f9e46d57 pythonPackages.check-manifest: init at 0.30 2015-12-16 15:54:17 +01:00
Thomas Tuegel 72014cade6 cutegram: fix evaluation error
See discussion on #11684.
2015-12-16 08:42:11 -06:00
Eelco Dolstra 7cd3d502bb copy-tarballs.pl: Revive extracting all tarballs from release.nix 2015-12-16 15:38:59 +01:00
Eelco Dolstra e7ae72cfb1 subversion: 1.8.14 -> 1.8.15, 1.9.2 -> 1.9.3
CVE-2015-5343, CVE-2015-5259.
2015-12-16 15:21:58 +01:00
Eelco Dolstra 64792ffdaa subversion: Use callPackages 2015-12-16 15:21:58 +01:00
Oliver Charles 35f8952a8c Merge pull request #11338 from obadz/light-locker
light-locker (lockscreen for lightdm)
2015-12-16 13:45:05 +00:00
Pascal Wittmann 63b7648870 Merge pull request #11755 from steveeJ/rkt-v0.13
rkt: bump version 0.12.0 -> 0.13.0
2015-12-16 13:03:57 +01:00
Eelco Dolstra 98151e0691 ratox: Fix broken URL
However, the URL still gives a hash mismatch. @ehmry
2015-12-16 12:07:08 +01:00
Domen Kožar 0944d05e2e libvirt-glib: add numa support 2015-12-16 11:07:08 +01:00
Arseniy Seroka 2542e92ca0 Merge pull request #11684 from Profpatsch/cutegram
Cutegram
2015-12-16 10:47:48 +03:00
Pascal Wittmann 1adc15f93f Merge pull request #11754 from VIZGIX/master
qxt: url fix
2015-12-16 08:42:30 +01:00