Peter Simons
fac1168816
callHackage: make 'all-cabal-hashes' repository overridable
...
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.
People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:
{
packageOverrides = super: {
all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz ";
};
}
2016-11-01 18:35:19 +01:00
Joachim Fasting
0607fa1874
gnubg: fix build
...
Presumably, readline used to be propagated from one of the other inputs
but is no longer (the build succeeds on 16.09 but is unable to locate
readline.h on master).
https://hydra.nixos.org/build/42761215
2016-11-01 16:35:19 +01:00
Tim Steinbach
ba9c422caa
Merge pull request #20057 from joachifm/encfs
...
encfs: 1.8.1 -> 1.9.1
2016-11-01 11:17:16 -04:00
Thomas Tuegel
cfbb419cb1
zotero: remove ttuegel from maintainers
...
I don't use Zotero at all anymore, and the Firefox plugin was much more
reliable than the standalone version in my experience.
2016-11-01 10:04:58 -05:00
Joachim Fasting
0ee7d1ea4e
encfs: 1.8.1 -> 1.9.1
...
Packaging changes
- Uses cmake
- Removes depends on rlog and boost, uses tinyxml to parse xml
Note that the encfssh utility is disabled, it requires patching to
work (and didn't work in previous versions of the package, either).
Better to leave it unusable until fixed.
2016-11-01 15:57:29 +01:00
Joachim Fasting
98d1bb9e6e
tinyxml-2: 3.0.0 -> 4.0.1
2016-11-01 15:57:18 +01:00
Dan Peebles
3f61621354
pythonPackages.cached-property: works on Darwin
2016-11-01 10:13:33 -04:00
Peter Simons
5b5a0c276e
Merge pull request #20051 from joachifm/jailbreak-dataenc
...
haskellPackages.dataenc: jailbreak
2016-11-01 14:43:54 +01:00
Tim Steinbach
dc04a8e49d
Merge pull request #19980 from cko/cleanup_node_packages
...
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Tim Steinbach
79424a0c7f
Merge pull request #19984 from sternenseemann/license-clash
...
groovy: no easily conflicting files in top-level (#19872 )
2016-11-01 09:09:35 -04:00
Tim Steinbach
8746289295
Merge pull request #20036 from mdorman/emacs-updates
...
Emacs package updates
2016-11-01 09:08:19 -04:00
Tim Steinbach
5f06572c37
Merge pull request #20043 from magnetophon/guitarix
...
guitarix: 0.35.1 -> 0.35.2
2016-11-01 09:07:09 -04:00
Tim Steinbach
b2e6068b66
Merge pull request #20002 from ambrop72/kdevelop-5.0.2
...
kdevelop: 5.0.0 -> 5.0.2
2016-11-01 09:05:56 -04:00
Tim Steinbach
658bb4994f
Merge pull request #20023 from stesie/idea-updates-5
...
Update IntelliJ Toolbox
2016-11-01 09:04:32 -04:00
Tim Steinbach
b99928b477
Merge pull request #20032 from jokogr/u/skrooge2-2.5.0
...
skrooge2: 2.4.0 -> 2.5.0
2016-11-01 09:04:09 -04:00
Tim Steinbach
47623f7b88
Merge pull request #20044 from magnetophon/helm
...
helm: 0.6.1 -> 0.8.6
2016-11-01 09:03:53 -04:00
Tim Steinbach
23a6453ed1
Merge pull request #20050 from mstarzyk/obnam
...
obnam: 1.19.1 -> 1.20.2
2016-11-01 09:03:24 -04:00
Tim Steinbach
874abe694a
linux: 4.8.5 -> 4.8.6
2016-11-01 08:58:53 -04:00
Tim Steinbach
e6483ec425
Merge pull request #20052 from NeQuissimus/scala_2_12_0_fix
...
scala: Fix hash
2016-11-01 08:55:40 -04:00
Tim Steinbach
33aac6e4c9
scala: Fix hash
2016-11-01 08:54:53 -04:00
Joachim Fasting
31f8367c67
haskellPackages.dataenc: jailbreak
...
Relaxes overly strict bounds on base (3 > && < 4.8). The dataenc
package is unmaintained so there is no corresponding upstream issue.
2016-11-01 13:30:50 +01:00
Daniel Peebles
1fa9d99776
Merge pull request #20046 from copumpkin/omg-test
...
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Maciek Starzyk
70bf493185
obnam: 1.19.1 -> 1.20.2
2016-11-01 13:00:52 +01:00
Arseniy Seroka
5b8b918771
Merge pull request #20045 from magnetophon/LV2plugins
...
Lv2plugins
2016-11-01 14:31:04 +03:00
Daiderd Jordan
f84e2efcfd
Merge pull request #20018 from adnelson/use_basename_docker
...
docker.buildUtils: use baseNameOf to allow for slashes in name
2016-11-01 12:29:28 +01:00
Shea Levy
2dbaf3a336
lksctp-tools: init at 1.0.17
2016-11-01 07:28:41 -04:00
Rickard Nilsson
6bbdad7d11
haskell-xxhash: Use doJailbreak instead of sed
2016-11-01 11:34:14 +01:00
Eelco Dolstra
ef1a188e07
linux: 4.4.28 -> 4.4.30
2016-11-01 11:31:00 +01:00
Rickard Nilsson
58707589d2
haskell-xxhash: fix build with GHC 8.x
2016-11-01 11:01:51 +01:00
Dan Peebles
50874525d1
db47: remove outdated version
2016-11-01 03:18:01 +00:00
Dan Peebles
89915f8206
db45: remove outdated version
2016-11-01 03:10:13 +00:00
Dan Peebles
e41d2a8306
db44: remove outdated version
2016-11-01 03:06:57 +00:00
Bart Brouns
067e3dcbf1
yoshimi: 1.3.8.2 -> 1.4.1
2016-11-01 02:57:27 +01:00
Bart Brouns
3d5a6763e1
synthv1: 0.7.1 -> 0.7.6
2016-11-01 02:56:18 +01:00
Bart Brouns
a1e0dea396
swh_lvs: git 2013-05-17 -> 1.0.16
2016-11-01 02:54:25 +01:00
Bart Brouns
2515a9e6b7
samplv1: 0.7.1 -> 0.7.6
2016-11-01 02:52:20 +01:00
Bart Brouns
d4b6b1c108
eq10q: 2.0 -> 2.1
2016-11-01 02:51:01 +01:00
Bart Brouns
db1a7523b4
drumkv1: 0.7.1 -> 0.7.6
2016-11-01 02:48:20 +01:00
Bart Brouns
a2886e779e
drumgizmo: 0.9.10 -> 0.9.11
2016-11-01 02:46:39 +01:00
Bart Brouns
26686a4f9b
helm: 0.6.1 -> 0.8.6
2016-11-01 02:28:34 +01:00
Bart Brouns
0d16b3fe59
guitarix: 0.35.1 -> 0.35.2
2016-11-01 02:20:46 +01:00
Michael Alan Dorman
aa1572e741
melpa-packages: 2016-10-31
...
renamed:
- cssfmt -> stylefmt
- git-blame -> git-blamed
removed from melpa:
- colorsarenice-theme
- marmalade
- org-pandoc
- stekene-theme
repository unavailable:
- matrix-client
2016-10-31 20:21:59 -04:00
Michael Alan Dorman
3a8f4624d7
melpa-stable-packages: 2016-10-31
...
removed from melpa:
- colorsarenice-theme
- marmalade
- stekene-theme
2016-10-31 20:21:58 -04:00
Michael Alan Dorman
b4f7993618
org-packages: 2016-10-31
2016-10-31 20:21:58 -04:00
Michael Alan Dorman
d9e1651911
elpa-packages: 2016-10-31
2016-10-31 20:21:58 -04:00
John Wiegley
ecbb932957
Merge pull request #19696 from TikhonJelvis/electron-osx
...
Electron: Added support for OS X.
2016-10-31 16:53:30 -07:00
Joachim F
8f680da009
Merge pull request #20034 from rnhmjoj/bdf2psf
...
bdf2psf: 1.148 -> 1.152
2016-11-01 00:38:21 +01:00
Joachim F
d0ba0b4769
Merge pull request #20030 from rnhmjoj/imv
...
imv: 2.1.2 -> 2.1.3
2016-11-01 00:37:30 +01:00
Joachim F
a2e77d19bc
Merge pull request #20031 from rnhmjoj/vapoursynth
...
Vapoursynth updates
2016-11-01 00:34:27 +01:00
John Wiegley
a12f3d232d
coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2
2016-10-31 16:22:04 -07:00