Commit Graph

92449 Commits

Author SHA1 Message Date
Frederik Rietdijk 93eb9c6428 pythonSexy -> pythonPackages.libsexy 2016-09-26 11:10:50 +02:00
Frederik Rietdijk a07a60724b solfege: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 8ed1a955d2 spice-gtk: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 5ef97b39dc libvirt-glib: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 4cac775674 libindicate: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 451f1921f1 liferea: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 0ccf17590b mypaint: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 76ef3ef0e1 linuxband: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Michael Raskin eb1d9269e0 Merge pull request #18933 from tohl/master
sbcl: 1.3.8 -> 1.3.9
2016-09-26 07:52:57 +00:00
Damien Cassou d48a4420ee Merge pull request #18966 from grahamc/file-roller
file-roller: 3.20.2 -> 3.20.3
2016-09-26 09:12:32 +02:00
Peter Simons 31d2e2c3a5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
f3f5c19aa1.
2016-09-26 08:45:22 +02:00
Peter Simons d126fbb89c hindent: don't try to byte compile elisp files
We don't have an up-to-date version of haskell-mode in Nix, which is a
dependency of that build.
2016-09-26 08:43:23 +02:00
Peter Simons 6ea55715b6 structured-haskell-mode: apply patches to fix the build 2016-09-26 08:43:23 +02:00
Peter Simons 0d38ff9d37 structured-haskell-mode: cosmetic 2016-09-26 08:43:23 +02:00
Peter Simons 24b64aab0f structured-haskell-mode: use output from "git describe" to identify the version 2016-09-26 08:43:23 +02:00
Eelco Dolstra 9e0fd2df9f Merge pull request #18951 from Mic92/lcms
lcms: fix cve-2013-4276
2016-09-26 08:20:25 +02:00
Eelco Dolstra cc99017c9f Merge pull request #18959 from grahamc/qemu
qemu: 2.6.1 -> 2.7.0 for CVEs
2016-09-26 08:18:07 +02:00
Eelco Dolstra 0d81c482e3 Merge pull request #18953 from joachifm/remove-connman-uid
nixos/ids: remove unused connman uid
2016-09-26 08:17:35 +02:00
Eelco Dolstra 321df1fcc8 Merge pull request #18949 from grahamc/openjpeg
openjpeg: 2.1.0 -> 2.1.1 for critical bugfixes and no ABI break
2016-09-26 08:16:49 +02:00
c74d 87b8465830 chibi-scheme: 0.7 -> 0.7.3
Update the `chibi-scheme` (attribute `chibi`) package from version 0.7
to version 0.7.3.

The homepage listed for this package before this change,
<https://code.google.com/p/chibi-scheme/>, now redirects to
<https://github.com/ashinn/chibi-scheme>; this patch changes this
package to use this GitHub version of the software.

I have tested this change per nixpkgs manual section 10.1 ("Making
patches").
2016-09-26 04:36:33 +00:00
Ignat Loskutov fc7c571dce libxml++: add 3.0.0 2016-09-25 23:18:33 -04:00
Graham Christensen 8a484d778e
libdwarf: 20121130 -> 20160613 2016-09-25 22:12:47 -04:00
Graham Christensen f5057d6ba9
mplayer: 1.1.1 -> 1.3.0 2016-09-25 21:50:08 -04:00
Graham Christensen b006135d93
file-roller: 3.20.2 -> 3.20.3 2016-09-25 21:36:06 -04:00
guaraqe 571d51387c buku: 1.9 -> 2.4 2016-09-26 03:16:58 +02:00
Anthony Cowley 3835a1917f mlton: darwin bootstrap fixes
Allow mlton to compile in a more barren sandbox. The bootstrapping
binaries for darwin have dynamic linking dependencies outside of the nix
store. This patch shifts them to point to the appropriate library within
the nix store.
2016-09-25 20:47:16 -04:00
aszlig cb2f84e4d7
nixos/activation: Rename "tmpfs" to "specialfs"
Using "tmpfs" as a script part for system.activationScripts is a bit
misleading since 6efcfe03ae.

We no longer solely mount tmpfs within this script, so using "specialfs"
fits more nicely in terms of naming.

Tested against the "simple" NixOS installer test.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-26 02:04:54 +02:00
aszlig f94ea04805
nixos/activation: Avoid remounting non-existing FS
Regression introduced by 79d4636d50.

The mentioned commit moves /run/keys from stage 2 to
boot.specialFileSystems, the latter being remounted during system
activation.

Unfortunately, the specialMount function in the activation script does
this unconditionally and thus will fail if it can't be remounted because
the mount point simply doesn't exist.

We now check the mount point for existance and only remount if it exists
but mkdir + mount it if it doesn't.

Tested against the "simple" NixOS installer test.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-26 02:04:54 +02:00
Kirill Boltaev 43d6264f61 opam_1_0_0: explicitly specify ocaml version 2016-09-26 02:36:49 +03:00
Kirill Boltaev e5fa83e7f5 trv: explicitly specify camlp4 packages 2016-09-26 02:36:49 +03:00
Kirill Boltaev 04d71dd84c ocaml: add ocaml and ocamlPackages aliases for backward compatibility 2016-09-26 02:36:49 +03:00
Kirill Boltaev 8447340904 omake: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev a8da2da780 ocamlmod: 0.0.7 -> 0.0.8 2016-09-26 02:36:49 +03:00
Kirill Boltaev 59e9b38fe1 cilaterm: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev ea171c39d7 metaocaml_3_09: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev 3fbc40b377 ber_metaocaml_003: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev 2bc87d48f1 scilab: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev 06ecea00e5 glsurf: mark as broken 2016-09-26 02:36:49 +03:00
Kirill Boltaev e61663a233 treewide: move to ocaml-ng system 2016-09-26 02:36:49 +03:00
Peter Simons 8967a3f798 structured-haskell-mode: bump to latest git version
Hopefully, this will achieve support for Emacs 25.x.
2016-09-26 01:20:31 +02:00
Robert Helgesson 1e12738dc4
svtplay-dl: 1.4 -> 1.5 2016-09-26 01:01:49 +02:00
Robert Helgesson 0f9ddacbd4
perl-Pod-Weaver: 4.013 -> 4.014 2016-09-26 01:01:49 +02:00
Robert Helgesson c8a2fb4d7b
perl-Net-Domain-TLD: 1.74 -> 1.75 2016-09-26 01:01:49 +02:00
Emery Hemingway 94d059d1d9 baresip: enable G.711 codec 2016-09-26 00:29:39 +02:00
Frederik Rietdijk 3edef544e4 libgpod: do not use top-level python packages 2016-09-25 23:59:43 +02:00
Frederik Rietdijk 2a549714bb libappindicator: do not use top-level python packages 2016-09-25 23:59:32 +02:00
Frederik Rietdijk 107e8ccb6b key-mon: do not use top-level python packages 2016-09-25 23:59:21 +02:00
Frederik Rietdijk 61456c175e keybinder3: remove unused parameter 2016-09-25 23:56:29 +02:00
Frederik Rietdijk a0fc782d6e keybinder: do not use top-level python packages 2016-09-25 23:55:31 +02:00
Frederik Rietdijk aa23f61120 keepnote: do not use top-level python packages 2016-09-25 23:53:57 +02:00