1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

44625 commits

Author SHA1 Message Date
Bjørn Forsman 68a6c0e3e9 lilypond: unbreak build by adding t1utils to buildInputs
lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be
provided by texlive-core, but does no more  (since texlive-core-2014
update).
2014-06-11 21:17:50 +02:00
Bjørn Forsman 86d19319d6 t1utils: new package
t1utils is a collection of simple Type 1 font manipulation programs.
2014-06-11 21:17:49 +02:00
Rob Vermaas 8d8c761606 Revert "Add vtop, update some node packages."
This reverts commit cf3a2d0475.
2014-06-11 21:10:18 +02:00
Joel Taylor 58971f7b14 add htop fork for darwin (close #2690)
@vcunat made it a single conditional attribute.

Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:36:10 +02:00
Vladimír Čunát e1775895a6 Merge #2711: add ansible-1.6.1
Conflicts (trivial):
	lib/maintainers.nix
2014-06-11 20:29:55 +02:00
Kirill Elagin 751a01063d lib: Do not take string context into account
Close #2883.
2014-06-11 20:22:58 +02:00
System administrator dbf92db3b9 teamviewer: fix broken links (close #2901) 2014-06-11 20:19:03 +02:00
Austin Seipp 5a44c0a7ce Merge pull request #2899 from bennofs/nix-prefetch-revision
nix-prefetch-*: print fetched revision
2014-06-11 09:26:35 -05:00
Benno Fünfstück 063efadd69 nix-prefetch-{bzr,hg,svn}: print fetched revision 2014-06-11 14:42:39 +02:00
Benno Fünfstück be25ce8f58 nix-prefetch-git: fix printing of revision
If the user explictly gives a ref such as "refs/heads/master", `git
rev-parse` failed because we only checked out the `fetchgit`
branch. Now, we also try `git rev-parse fetchgit` if the first call
fails, which fixes the issue.
2014-06-11 14:09:58 +02:00
Peter Simons 9b899d8600 esniper: update to version 2.31.0 2014-06-11 12:05:06 +02:00
Peter Simons e82eda551e haskell-libmpd: test suite build is broken by recent hspec update 2014-06-11 11:12:57 +02:00
Peter Simons a817ffe8c0 all-packages.nix: cosmetic changes 2014-06-11 11:01:10 +02:00
Peter Simons 66da23b011 lilypond: cosmetic changes 2014-06-11 11:00:35 +02:00
Rob Vermaas 08f9da2e8e Fix configuring httpd with custom user/group. 2014-06-11 10:18:37 +02:00
Rickard Nilsson 75ec418ec8 Merge pull request #2893 from soenkehahn/master
New Haskell packages
2014-06-11 10:04:00 +02:00
Sönke Hahn de0520bb3a haskell-hspec2: new package, v0.3.0 2014-06-11 15:57:48 +08:00
Sönke Hahn 1d3477c422 haskell-io-memoize: new package, v1.0.0.0 2014-06-11 15:56:41 +08:00
Sönke Hahn 87154e257a haskell-spawn: new package, v0.3 2014-06-11 15:55:19 +08:00
Rickard Nilsson 756a3111dc Merge pull request #2891 from sol/master
Update haskell-hspec to version 1.10.0
2014-06-11 09:18:19 +02:00
Simon Hengel 0c40023efd Update haskell-hspec to version 1.10.0 2014-06-11 14:16:59 +08:00
Michael Raskin acb0c21bc8 Update netlib 2014-06-11 10:05:57 +04:00
Michael Raskin e0bdf466ef Update MITMProxy 2014-06-11 10:01:15 +04:00
Michael Raskin cc13182795 Create a PIL symlink when installing PIL so the recommended way of importing PIL.something works 2014-06-11 10:01:15 +04:00
Evgeny Egorochkin b415876bdb systemd service: fix issues with escaping when unit name contains '-'
systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
2014-06-11 04:08:13 +03:00
Austin Seipp 03d9bbcfa9 Merge pull request #2855 from cstrahan/xpwn-fix-darwin
Fix xpwn on Darwin and other case-insensitive file systems
2014-06-10 18:14:42 -05:00
Austin Seipp faa58159e1 Merge pull request #2885 from wmertens/pgadmin-1.18.1
pgadmin: bump to 1.18.1
2014-06-10 18:13:26 -05:00
Austin Seipp 6fe363e8c2 Merge pull request #2886 from madjar/master
davmail: update to 4.5.0
2014-06-10 18:13:10 -05:00
Austin Seipp 2f996c6075 Add Rakudo Star (closes #2054)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 18:12:33 -05:00
Austin Seipp fe9133d522 verifast: 14.5, x86_64 linux only
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 16:38:45 -05:00
Austin Seipp 20f3cbd99e Remove old intel-tbb package
It's unused now, and there's already the `tbb` package so this is
totally redundant.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp 3d319b8264 Remove old hiphop-vm package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp 509beb1f68 Add HHVM packages, replacing old hiphop-php expr
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp d176729427 tbb: upgrade to 4.2-u5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:34 -05:00
Peter Simons 5956fc3f75 haskell-syb: drop obsolete versions 0.2.2 and 0.3.6.2 2014-06-10 20:27:57 +02:00
Peter Simons 0bee2c38ed haskell-syb: update to version 0.4.2 2014-06-10 20:27:56 +02:00
Peter Simons ac56e50d3a haskell-defaults.nix: ghc-HEAD requires latest mtl 2014-06-10 20:27:20 +02:00
Peter Simons abff388c20 ghc-head: update to version 7.9.20140608 2014-06-10 20:27:20 +02:00
Michael Raskin a46c4d976c Merge pull request #2887 from bennofs/nix-prefetch-scripts
nix-prefetch-scripts: new expression
2014-06-10 21:33:10 +04:00
Benno Fünfstück c6bd4d2973 nix-prefetch-scripts: new expression 2014-06-10 19:26:20 +02:00
Georges Dubus e1267f48a6 davmail: update to 4.5.0 2014-06-10 16:34:07 +02:00
Wout Mertens 84b8a9ceb0 pgadmin: bump to 1.18.1 2014-06-10 15:31:48 +02:00
Florian Friesdorf bd7f3fbf0f python-ldap-2.4.15 2014-06-10 14:59:04 +02:00
Rickard Nilsson 2e3c0f2d30 vimb: Upgrade from 2.2 to 2.4 2014-06-10 14:40:16 +02:00
Rob Vermaas 3d2091b9fa filezilla: update from 3.8.0 to 3.8.1, potentially fixes CVE-2013-4668 2014-06-10 13:19:57 +02:00
Eelco Dolstra 8ae659f16c Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""
This reverts commit 491c088731.
2014-06-10 13:07:10 +02:00
Eelco Dolstra 491c088731 Revert "Merge #2692: Use pam_env to properly setup system-wide env"
This reverts commit 18a0cdd864.
2014-06-10 13:03:44 +02:00
Luca Bruno 9265a61453 gvfs: add more supported protocols in gnome 3.12. Closes #2880 2014-06-10 12:25:31 +02:00
Moritz Ulrich 717d9c39f9 leiningen: Update to 2.4.0. 2014-06-10 11:49:47 +02:00
Moritz Ulrich 966f13880f Clojure: bump to 1.6.0. 2014-06-10 11:46:05 +02:00