Commit graph

122445 commits

Author SHA1 Message Date
Thomas Mader
66860af01a ldc: 1.3.0 -> 1.5.0
- Bootstrap with ldc lts (0.17.5) instead of dmd.
- Enable unittests by using a fixed-output derivation for runtime tests.
2017-12-03 11:41:39 +01:00
Orivej Desh
ecd0e11851 neko: enable check phase 2017-12-03 10:30:08 +00:00
Joachim F
58e4f8a14b
Merge pull request #32186 from jbboehr/patch-1
nixos/i2pd: tunnel configuration fixes
2017-12-03 07:58:36 +00:00
Vincent Laporte
41be8102e3
ocamlPackages.ptmap: 2.0.2 -> 2.0.3 2017-12-03 07:43:46 +00:00
Vincent Laporte
83005408d3 ocamlPackages.mlgmpidl: 1.2.4 -> 1.2.6 2017-12-03 08:21:55 +01:00
Orivej Desh
3954032ac5 fwup: 0.16.1 -> 0.18.1 2017-12-03 04:57:57 +00:00
Thomas Mader
54f1b753b3 dmd: Enable tests and integrate bootstrap into one derivation
- Merge bootstrap dmd into default derivation.
- Reenable all tests by using a fixed-output derivation for phobos tests because of network checks in sandbox mode.
- Adding supported platforms.
2017-12-03 05:18:57 +01:00
Bert Moens
a5398a7663 nixos/doc/x-windows: update touchpad to libinput 2017-12-03 05:05:21 +02:00
adisbladis
a4336c2290
Merge pull request #32265 from dywedir/youtube-dl
youtube-dl: 2017.11.06 -> 2017.12.02
2017-12-03 09:57:57 +08:00
Thomas Mader
48dcf2620d dub: 1.5.0 -> 1.6.0
- Enable unittests by using a fixed-output derivation
- Remove substitutions because they are fixed upstream now
2017-12-03 02:52:04 +01:00
Tuomas Tynkkynen
574526d510 make-squashfs: Hack to avoid building images where nixos-install won't run
https://github.com/NixOS/nixpkgs/issues/32242
2017-12-03 03:37:45 +02:00
Tuomas Tynkkynen
a506d0ac66 docbook_xsl_*: Remove builder.sh 2017-12-03 01:50:43 +02:00
Tuomas Tynkkynen
f24d1b7c2c xhtml1: libxml2 is a nativeBuildInput 2017-12-03 01:50:43 +02:00
Tuomas Tynkkynen
aeed0a9d17 docbook5: unzip is a nativeBuildInput 2017-12-03 01:50:42 +02:00
Ben Gamari
ec405a1579 docbook_sgml_*: unzip is a nativeBuildInput 2017-12-03 01:50:42 +02:00
Ben Gamari
080164905c docbook_xml_dtd_*: unzip is a nativeBuildInput
[dezgeg resolved a merge conflict]

Conflicts:
	pkgs/data/sgml+xml/schemas/xml-dtd/docbook/generic.nix
2017-12-03 01:50:42 +02:00
Ben Gamari
dc10c551eb lvm2: Enable cross-compilation 2017-12-03 01:50:42 +02:00
Ben Gamari
92d3c5689d libtasn1: Enable cross-compilation
[dezgeg amended out a doCheck change]
2017-12-03 01:50:42 +02:00
Ben Gamari
ff1a8ba304 libtool: Enable cross compilation 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
e36e23acd5 git: 2.15.0 -> 2.15.1 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
7cf9900b48 kexectools: 2.0.15 -> 2.0.16 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
2da5de5479 ncurses: 6.0-20170902 -> 6.0-20171125 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
27a77af62f pam: 1.2.1 -> 1.3.0 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
6ebb1354e6 help2man: 1.47.4 -> 1.47.5 2017-12-03 01:50:42 +02:00
Tuomas Tynkkynen
58307d15a7 Merge remote-tracking branch 'upstream/staging' into master 2017-12-03 01:49:14 +02:00
Michael Weiss
70d1c37f77 signing-party: 2.5 -> 2.6 2017-12-03 00:40:04 +01:00
Michael Weiss
2dca1a6d6e quiterss: 0.18.8 -> 0.18.9 2017-12-03 00:01:10 +01:00
dywedir
63c84c5ac6 youtube-dl: 2017.11.06 -> 2017.12.02 2017-12-02 23:35:48 +02:00
Jan Tojnar
e53ebf3a31
gnome3.cheese: add thumbnailers
Without thumbnailers available, cheese loops endlessly.

https://github.com/NixOS/nixpkgs/issues/15790
2017-12-02 20:34:30 +01:00
Jan Tojnar
f816fe6fd3
gnome3.gnome_desktop: fix sandboxing 2017-12-02 20:34:30 +01:00
Jan Tojnar
129aac73ec
gnome3.gnome_desktop: reorganize build inputs 2017-12-02 20:34:30 +01:00
Jan Tojnar
cc4d5520fb
gnome3.cheese: fix missing vp8enc preset
Closes: #11634
2017-12-02 20:34:29 +01:00
Jan Tojnar
83df26f180
gnome3.cheese: build devdoc 2017-12-02 20:34:29 +01:00
Jan Tojnar
cb447dda85
gnome3.cheese: build manpage 2017-12-02 20:34:29 +01:00
Jan Tojnar
a6cd26740b
gtk_doc: propagate the respect-xml-catalog-files-var.patch
We are patching the xmlcatalog calls in the JH_CHECK_XML_CATALOG
macro to use the XML_CATALOG_FILES environment variable instead
of a single central catalog file. Since consumers (libraries or
applications) are expected to copy the m4 files to their source
tree, we need to patch them separately. The files should be
identical, though, so we can reuse the patch for gtk_doc.

This commit makes the patch available in passthru so the consumer
expressions do not need to maintain the long relative path.
2017-12-02 20:34:29 +01:00
Jan Tojnar
d95052a896
gnome3.cheese: add effects to path 2017-12-02 20:34:29 +01:00
Jan Tojnar
9d18aa073d
gnome3.cheese: reorganize build inputs 2017-12-02 20:34:29 +01:00
Jan Tojnar
d217cad2ac
gnome3.gnome-video-effects: 0.4.1 → 0.4.3 2017-12-02 20:34:29 +01:00
Tim Steinbach
4e7deb7100
linux-copperhead: 4.14.2.a -> 4.14.3.a 2017-12-02 14:01:14 -05:00
Nicolò Balzarotti
af3745f615 osrm-backend: 4.9.1 -> 5.14.1 2017-12-02 20:00:04 +01:00
Orivej Desh
e29b1f4ba7
Merge pull request #32259 from orivej/qt
Revert "qt5: 5.9.1 -> 5.9.3"
2017-12-02 18:49:33 +00:00
Ryan Trinkle
a8f1ebf52c nat: support port ranges in networking.nat.forwardPorts 2017-12-02 13:28:01 -05:00
Ryan Trinkle
83048c4fe0 nixpkgs.lib: Add types.strMatching 2017-12-02 13:28:00 -05:00
Ryan Trinkle
6281eb123b nixpkgs.lib: Add escapeNixString 2017-12-02 13:28:00 -05:00
Orivej Desh
a1b77bfe5f Revert "qt5: 5.9.1 -> 5.9.3"
KDE frameworks 5.40 are not compatible with Qt 5.9.3: #32253

This reverts commit bd71d3aef7 (#32100).
2017-12-02 17:22:17 +00:00
Joachim F
7d27f25582
Merge pull request #32213 from pbogdan/update-wordpress
wordpress: 4.9 -> 4.9.1
2017-12-02 16:40:03 +00:00
sg2002
af9cf7ec77 lm-sensors: add option to enable sensord (#32172) 2017-12-02 15:46:14 +00:00
Tuomas Tynkkynen
491e5d8649 rustc: Support aarch64 2017-12-02 14:46:33 +02:00
Michael Fellinger
94b7925b30 elm-interface-to-json: init at 0.1 (#32194)
elm-interface-to-json -> init at 0.1
2017-12-02 13:32:45 +01:00
Orivej Desh
4a7a497fb6 go: add procps for sysctl in tests, print ulimits for debugging resource exhaustion 2017-12-02 12:19:14 +00:00