Commit Graph

43924 Commits

Author SHA1 Message Date
Bjørn Forsman
9d0b455960 vim-plugins: use commit dates instead of commit ids as version numbers
Git commit ids shouldn't be used as version numbers in nixpkgs:
* they don't increase monotonically
* they don't always start with a digit, causing nix to not parse them as
  version numbers, and instead sees them as part of the package name,
  causing the package to (seemingly) conflict with itself upon upgrade.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
94e0d3c6c2 vim-plugins: coffee-script: start version number with digit
Or else nix will see it as part of package name.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
c60c0ede9a vim-plugins: use lower case attr and pkg names
(According to the nixpkgs manual.)

Keep old attrnames around for backward compatibility.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
e6c1973971 vim-plugins: update source hash for command-t
And use fetchzip instead of fetchurl towards github.com to not let this
happen again. (fetchzip checks the hash on the *extracted* archive, so
changes in compression algo etc. doesn't change the hash.)
2014-10-20 17:45:27 +02:00
Bjørn Forsman
5165ee6ff3 vim-plugins: buildVimPlugin: drop needless 'path' argument
Derive 'path' from the plugin name instead.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
37f961628b vim-plugins: prefix all plugin names with 'vimplugin-'
Currently some plugins use "vim-" prefix, some use "-vim" suffix and
some have no prefix or suffix at all.

I chose "vimplugin-" prefix to match the attribute path: vimPlugins.*
2014-10-20 17:45:27 +02:00
Bjørn Forsman
f58ff54520 vim-plugins: rename simpleDerivation to buildVimPlugin 2014-10-20 17:45:26 +02:00
Domen Kožar
a5b7ef0db1 fix eval 2014-10-20 17:26:25 +02:00
Domen Kožar
8787c695a9 pythonPackages.cjson: disable on pypy/py3k 2014-10-20 13:34:43 +02:00
Eelco Dolstra
38ed4d4d0f linux: Enable FW_LOADER_USER_HELPER_FALLBACK
We don't really need this anymore, except that our docs say that you
can put firmware in /root/test-firmware, which doesn't work via
/sys/module/firmware_class/parameters/path.
2014-10-20 13:25:00 +02:00
Jaka Hudoklin
3bd72fc71f Merge pull request #4579 from offlinehacker/pkgs/pythonPackages/graphitePager
pythonPackages: add graphite pager
2014-10-20 13:24:54 +02:00
Eelco Dolstra
d316346d42 Merge pull request #4588 from edwtjo/dhcpcd-update
dhcpcd: 6.4.7 -> 6.5.1
2014-10-20 10:52:17 +02:00
Eelco Dolstra
1c1b78309b Merge pull request #4598 from jbedo/master
Update ImageMagick version
2014-10-20 10:51:48 +02:00
Eelco Dolstra
71c34a45e1 chatzilla: Update to 0.9.91 2014-10-20 09:02:26 +02:00
Eelco Dolstra
4de72baf03 chatzilla: Use firefox instead of xulrunner
Thanks to @nbp for pointing out that we don't need xulrunner anymore.
2014-10-20 09:00:38 +02:00
Justin Bedo
cd1bacb03d Update ImageMagick version 2014-10-20 17:49:30 +11:00
William A. Kennington III
bcc687649b iproute: Remove stale patch 2014-10-19 17:53:41 -07:00
Nikolay Amiantov
307af9148b use rpmextract in some packages 2014-10-20 03:16:59 +04:00
Nikolay Amiantov
4dba792a59 rpmextract: add package 2014-10-20 03:16:24 +04:00
William A. Kennington III
664909d31b iproute2: 3.16.0 -> 3.17.0 2014-10-19 15:50:48 -07:00
Domen Kožar
29ffeecf78 fix eval 2014-10-19 19:54:33 +02:00
Domen Kožar
2d6582d14e python27FullBuildEnv -> python.buildEnv for all interpreters 2014-10-19 19:48:18 +02:00
Mateusz Kowalczyk
67a1a96b49 mpd: update to 0.19.1 2014-10-19 17:34:13 +01:00
Peter Simons
6a703aa570 haskell-rethinkdb: jailbreak to fix build with network 2.6.x
Also, disable the test suite, which won't succeed because it tries to
use network services like getProtocolByName.
2014-10-19 16:55:24 +02:00
Peter Simons
d5d593a256 haskell-hindent: disable test suite to fix the build
Test suite hspec: RUNNING...
hspec: test/gibiansky/tests/: getDirectoryContents: does not exist (No such file or directory)
Test suite hspec: FAIL
Test suite logged to: dist/test/hindent-3.9-hspec.log
0 of 1 test suites (0 of 1 test cases) passed.
2014-10-19 16:55:24 +02:00
Peter Simons
fa1e935abe haskell-tasty-hspec: broken by recent versions of hspec 2014-10-19 16:55:24 +02:00
Peter Simons
834de32dff haskell-HTF: disable test suite to fix build error
https://github.com/skogsbaer/HTF/issues/37
2014-10-19 16:55:24 +02:00
Peter Simons
0e813e4fdd haskell-hindent: build with old version of haskell-src-exts 2014-10-19 16:55:24 +02:00
Peter Simons
d1d0c03d88 haskell-HandsomeSoup: disable test suite to fix the build
The package doesn't seem to support recent versions of hspec.

https://github.com/egonSchiele/HandsomeSoup/issues/26
2014-10-19 16:55:24 +02:00
Peter Simons
882e660997 haskell-x509: disable broken test suite to fix the build
https://github.com/vincenthz/hs-certificate/issues/35
2014-10-19 16:55:24 +02:00
Peter Simons
3f6de398ae haskell-yesod-bin: update to version 1.4.0.2 2014-10-19 16:55:24 +02:00
Peter Simons
5283823981 haskell-yesod-auth-hashdb: update to version 1.4.1 2014-10-19 16:55:24 +02:00
Peter Simons
dba208b52e haskell-x509: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons
335c577ca0 haskell-x509-validation: update to version 1.5.1 2014-10-19 16:55:24 +02:00
Peter Simons
abd1729bcc haskell-x509-system: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons
4b68e362a0 haskell-x509-store: update to version 1.5.0 2014-10-19 16:55:24 +02:00
Peter Simons
52f27f0187 haskell-webkit: update to version 0.13.0.3 2014-10-19 16:55:24 +02:00
Peter Simons
ab6861195a haskell-tls: update to version 1.2.10 2014-10-19 16:55:24 +02:00
Peter Simons
2b879558e5 haskell-json-rpc: update to version 0.2.1.1 2014-10-19 16:55:23 +02:00
Peter Simons
a7ea4fd14a haskell-ixset: update to version 1.0.6 2014-10-19 16:55:23 +02:00
Peter Simons
5c66507998 haskell-hindent: update to version 3.9 2014-10-19 16:55:23 +02:00
Peter Simons
1656c1311d haskell-crypto-pubkey-types: update to version 0.4.2.3 2014-10-19 16:55:23 +02:00
Peter Simons
1c8b3d9217 haskell-cpphs: update to version 1.18.6 2014-10-19 16:55:23 +02:00
Peter Simons
8a90c85f54 haskell-graphmod: update to version 1.2.6 2014-10-19 16:55:23 +02:00
Peter Simons
275e045772 haskell-xdot: update to version 0.2.4.5 2014-10-19 16:55:23 +02:00
Peter Simons
3455fd86f1 haskell-hourglass: update to version 0.2.6 2014-10-19 16:55:23 +02:00
Peter Simons
d9ae013e8c haskell-hcltest: update to version 0.3.5 2014-10-19 16:55:23 +02:00
Peter Simons
936b38b2cc haskell-gtksourceview2: update to version 0.13.1.1 2014-10-19 16:55:23 +02:00
Peter Simons
133990ad1f haskell-gtk3: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons
2c2e214d55 haskell-gtk: update to version 0.13.0.3 2014-10-19 16:55:23 +02:00
Peter Simons
6be19aa08f haskell-glib: update to version 0.13.0.5 2014-10-19 16:55:23 +02:00
Peter Simons
0067036b51 haskell-gio: update to version 0.13.0.2 2014-10-19 16:55:23 +02:00
Peter Simons
bbf24c5772 haskell-fast-logger: update to version 2.2.1 2014-10-19 16:55:22 +02:00
Peter Simons
8e99f7d102 haskell-digestive-functors-heist: update to version 0.8.6.1 2014-10-19 16:55:22 +02:00
Peter Simons
3bd0c852bb haskell-cairo: update to version 0.13.0.4 2014-10-19 16:55:22 +02:00
Peter Simons
07ffd6bd02 haskell-auto-update: update to version 0.1.2 2014-10-19 16:55:22 +02:00
Peter Simons
d7689c5797 haskell-asn1-types: update to version 0.3.0 2014-10-19 16:55:22 +02:00
Peter Simons
d465678948 haskell-asn1-parse: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons
b599efe2eb haskell-asn1-encoding: update to version 0.9.0 2014-10-19 16:55:22 +02:00
Peter Simons
7d236d6762 haskell-JuicyPixels-util: update to version 0.2 2014-10-19 16:55:22 +02:00
Peter Simons
ba5db4d685 haskell-HandsomeSoup: update to version 0.3.3 2014-10-19 16:55:22 +02:00
Peter Simons
98bca033c9 haskell-HTF: update to version 0.12.2.1 2014-10-19 16:55:22 +02:00
Peter Simons
372f9b9afe haskell-aeson: update to version 0.8.0.2 2014-10-19 16:55:22 +02:00
Peter Simons
23b84969d0 haskell-template: update to version 0.2.0.10 2014-10-19 16:55:22 +02:00
Peter Simons
5b59ad05ef haskell-shell-conduit: update to version 4.3 2014-10-19 16:55:22 +02:00
Peter Simons
7dd96f5012 haskell-sdl2: update to version 1.1.3 2014-10-19 16:55:22 +02:00
Peter Simons
9328fbcdb6 haskell-rethinkdb: update to version 1.15.1.0 2014-10-19 16:55:22 +02:00
Peter Simons
9177f6244e haskell-rest-gen: update to version 0.16.0.3 2014-10-19 16:55:21 +02:00
Peter Simons
745c6b594a haskell-pango: update to version 0.13.0.3 2014-10-19 16:55:21 +02:00
Peter Simons
d3620bc94d haskell-monadloc-pp: update to version 0.3.1 2014-10-19 16:55:21 +02:00
Peter Simons
189667f34e haskell-hspec2: update to version 0.5.0 2014-10-19 16:55:21 +02:00
Peter Simons
b27cd024e4 haskell-hspec: update to version 1.12.0 2014-10-19 16:55:21 +02:00
Peter Simons
3dbd62f5af haskell-hspec-meta: update to version 1.12.0 2014-10-19 16:55:21 +02:00
Aycan iRiCAN
480290242f Introduced haskellPackages.extra 2014-10-19 16:21:58 +03:00
Thomas Strobel
46596d6354 Upgrade: Enlightenment E19: 0.19.0 -> 0.19.1 2014-10-19 14:58:04 +02:00
Peter Simons
1f80db6eed haskell-Decimal: add version 0.4.2 2014-10-19 14:11:03 +02:00
Peter Simons
c33f0a85ec haskell-pandoc-citeproc: re-generate expression(s) with cabal2nix 2014-10-19 12:01:19 +02:00
Peter Simons
1e3e1a4476 haskell-pandoc-citeproc: remove duplicate 'default.nix' file
We already have version 0.6 in 0.6.nix.
2014-10-19 12:00:47 +02:00
Peter Simons
893726dfbf hoogle-4.2.34: re-generate expression with cabal2nix 2014-10-19 11:57:40 +02:00
Peter Simons
8d013b7561 idris: re-generate expression with cabal2nix 2014-10-19 11:57:04 +02:00
Peter Simons
984d71a9bc hoogle: make sure the package follows the haskell-packages.nix conventions 2014-10-19 11:55:25 +02:00
Michael Raskin
d5658da944 Merge pull request #4589 from bosu/k2pdfopt
New package: k2pdfopt - mobile PDF/DJVU optimizer
2014-10-19 12:25:23 +04:00
Boris Sukholitko
f9c2cb6b27 Add k2pdfopt: mobile PDF/DJVU optimizer 2014-10-19 10:55:06 +03:00
Edward Tjörnhammar
3b08861278 dhcpcd: 6.4.7 -> 6.5.1 2014-10-19 08:22:17 +02:00
John Wiegley
6590a19694 hoogle: reference the older haskellSrcExts directly 2014-10-18 22:22:43 -05:00
Edward Tjörnhammar
24dce998b4 xbmcPlugins.svtplay: 4.0.6 -> 4.0.8 2014-10-18 22:09:03 +02:00
Benno Fünfstück
8c3f636562 proot: add to all-packages.nix
Looks like this was forgotten in #4412 after #4406 was reverted.
2014-10-18 20:19:01 +02:00
Peter Simons
10895c3577 Merge pull request #4583 from NixOS/buildLocalCabal-new-cabal2nix
buildLocalCabal: use new cabal2nix feature
2014-10-18 20:02:26 +02:00
Michael Raskin
a32e534262 SSL support for cadaver DAV client 2014-10-18 21:47:49 +04:00
Michael Raskin
441cc2fc22 Add qpdfview PDF viewer with tabs. It also supports DjVu and some PostScript files. 2014-10-18 21:47:49 +04:00
Benno Fünfstück
35e4adf64c update gvolicon 2014-10-18 19:18:43 +02:00
Henry Till
065c5ff853 racket: update to 6.1 2014-10-18 12:11:07 -04:00
Michael Raskin
c257f52be2 Fix wrong reference 2014-10-18 19:53:43 +04:00
Michael Raskin
4be0862006 Julia 0.3.1 2014-10-18 19:52:59 +04:00
Michael Raskin
fac3c95ce6 Add clisp 2.33.2 — for testing SBCL bootstrap 2014-10-18 19:52:59 +04:00
Michael Raskin
5199b46964 Update Wine unstable 2014-10-18 19:52:59 +04:00
Michael Raskin
a95a5ef29f Fix override for patched Wine in pipelight 2014-10-18 19:52:59 +04:00
Peter Simons
cc48a930ae haskell-git-annex: update to version 5.20141013 2014-10-18 17:48:48 +02:00
Jaka Hudoklin
c61fe83268 pythonPackages.ipython: use correct pythonPackages 2014-10-18 17:23:40 +02:00
Benno Fünfstück
16ff1a1966 buildLocalCabal: use new cabal2nix feature 2014-10-18 16:59:46 +02:00