Matthew Bauer
f8f3384638
xcbuild: fix sdk dir name issue
...
Previously, this error was coming up in xcbuild:
ld: malformed 32-bit x.y.z version number: 1068638
It’s an interesting error because it only happens with certain hashes for the
nixpkgs sdk. For instance, on latest nixpkgs unstable channel, the hash for the
xcbuild sdk is:
/nix/store/w6mwbdaz9calyii0fyxspl51f1068638-nix.nixpkgs.sdk
that is an issue we pass -isysroot ${sdk} to clang where it will interpret that
hanging "1068638". It would probably go away as soon as the hash changes but
this hacky fix will solve the problem.
2017-09-01 15:11:12 -05:00
Vladimír Čunát
017561209e
chromium: try to hack around Hydra problems
...
Discussion: https://github.com/NixOS/nixpkgs/commit/e8f1ddcbd1d
2017-09-01 12:24:47 +02:00
Jörg Thalheim
7b6251b4dc
Merge pull request #28814 from loskutov/grml-zsh-unix
...
grml-zsh-config: generalize support to unix systems
2017-09-01 10:44:08 +01:00
Jörg Thalheim
84f52d20f1
Merge pull request #28807 from rardiol/openmw
...
openmw: 0.41 -> 0.42
2017-09-01 10:22:06 +01:00
Ignat Loskutov
9280937cd4
grml-zsh-config: generalize support to unix systems
2017-09-01 11:38:38 +03:00
Jörg Thalheim
d52eaf878c
python.pkgs.pytest-django: fix patch hash
2017-09-01 08:56:08 +01:00
Florian Jacob
786e9711f5
nixos/piwik: fix nginx submodule's ssl defaults
...
previous mkDefault did not work as expected,
as it did not overwrite the original submodule's defaults when the user
did not specify any custom options at all.
2017-09-01 08:13:34 +02:00
Jan Tojnar
3b9f0c6a46
gnome3 tests: fix by providing more memory
...
/cc #28053 .
2017-09-01 07:51:05 +02:00
Jörg Thalheim
dc8c7ada9a
Merge pull request #28808 from disassembler/bossa
...
bossa: fix build with gcc6
2017-09-01 06:49:10 +01:00
Jörg Thalheim
4c99d55bed
Merge pull request #28809 from eqyiel/fix-lftp
...
lftp: fix build on darwin
2017-09-01 06:47:08 +01:00
Jörg Thalheim
4d5aedd555
Merge pull request #28811 from disassembler/caneda
...
caneda: fix build with gcc6
2017-09-01 06:34:49 +01:00
Ruben Maher
d908b6a1b7
lftp: fix build on darwin
...
Add `gettext` (which provides `-lintl`) and disable `format` hardening in order
to fix build.
2017-09-01 12:58:32 +09:30
Samuel Leathers
04b8a85739
caneda: fix build with gcc6
2017-08-31 22:59:37 -04:00
Samuel Leathers
39154ab86f
bossa: fix build with gcc6
2017-08-31 22:44:56 -04:00
Ricardo Ardissone
a2794ee5f6
openmw: 0.41 -> 0.42
2017-08-31 22:18:27 -03:00
Jörg Thalheim
86e6e8016d
nodePackages.multi-file-swagger: init at 2.2.0
...
fixes #28737
2017-08-31 22:00:15 +01:00
Jörg Thalheim
4acdb408c0
Merge pull request #28801 from veprbl/sherpa_2_2_4
...
sherpa: 2.2.1 -> 2.2.4
2017-08-31 21:07:54 +01:00
Vladimír Čunát
69dd4f321f
Merge #28802 : rethinkdb: fix build with gcc6
2017-08-31 22:04:04 +02:00
Peter Simons
aa9bebf261
R: update package set
2017-08-31 21:59:06 +02:00
Michael Raskin
fd94a8aad1
Merge pull request #28804 from frankbo/profanity-support-for-unix
...
profanity support for unix
2017-08-31 21:56:19 +02:00
Peter Simons
e21497f268
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.5-1-gf0558f5 from Hackage revision
e8af693832
.
2017-08-31 21:54:17 +02:00
Peter Simons
2eeffa6993
hackage2nix: update list of broken builds
2017-08-31 21:54:15 +02:00
Peter Simons
91054336ce
multi-ghc-travis: update to latest git head
2017-08-31 21:42:55 +02:00
Frank
cb61e27e9e
profanity support for unix
2017-08-31 21:29:26 +02:00
Jörg Thalheim
57c40d02c1
Merge pull request #28800 from jensbin/netmask_init
...
netmask: init at 2.4.3
2017-08-31 20:15:15 +01:00
Jörg Thalheim
79527c2196
netmask: use autoreconfHook
2017-08-31 20:14:35 +01:00
Vladimír Čunát
79bca40c37
ghostscript: include X by default
...
Currently the closure-size difference between `ghostscript` and
`ghostscriptX` was ~140 vs. ~142 MB, which was wasteful, as the output
itself is ~40 MB. (x86_64-linux)
Also make ghostscriptX the full derivation, including CUPS support.
2017-08-31 21:08:27 +02:00
Dmitry Kalinkin
59b525e559
sherpa: 2.2.1 -> 2.2.4
2017-08-31 14:32:05 -04:00
Jens Binkert
1785ac4a13
netmask: init at 2.4.3
2017-08-31 20:27:00 +02:00
Simon Lackerbauer
40cbf90861
rstudio: 1.1.216 -> 1.1.351
2017-08-31 20:09:41 +02:00
Jörg Thalheim
d0e4aef32a
Merge pull request #28781 from romildo/mate
...
mate: add the MATE desktop environment
2017-08-31 18:57:20 +01:00
Jörg Thalheim
a1dc9d9d37
Merge pull request #28793 from wizzup/cleanup-pythonPackages
...
Cleanup pkgs/top-level/python-packages.nix
2017-08-31 18:09:01 +01:00
Dan Peebles
bcbcbfcfa5
terraform: add template plugin for 0.10
2017-08-31 12:35:52 -04:00
Jörg Thalheim
73d8582844
Merge pull request #28765 from afrepues/gitlab-8.17.8-and-fix-build-phase
...
Gitlab 8.17.8 and fix build phase
2017-08-31 17:35:37 +01:00
romildo
56345c0ee4
mate: add icon themes
2017-08-31 13:30:44 -03:00
romildo
8f8d308fe1
mate: use newScope
2017-08-31 13:30:32 -03:00
romildo
a9f66285b7
mate-icon-theme: build icon cache
2017-08-31 13:29:02 -03:00
Jörg Thalheim
0b2f9d1ce1
pythonPkgs.html5lib_0_9999999: remove
...
no longer needed and fails with python3
2017-08-31 11:23:01 -05:00
Jörg Thalheim
6fb18561e7
pythonPackages.willie: remove
...
was renamed by sopel, which we already have in nixpkgs
2017-08-31 11:13:07 -05:00
Dan Peebles
e8b8864912
terraform: build all known 0.10 plugins in Hydra
2017-08-31 12:09:56 -04:00
Jörg Thalheim
038302633e
Merge pull request #28794 from afrepues/gmime-update-metadata
...
gmime: updated home and description
2017-08-31 16:57:05 +01:00
Piotr Bogdan
26ebbac2c4
rethinkdb: fix build with gcc6
2017-08-31 15:53:06 +01:00
Servilio Afre Puentes
ddaa696a4e
gmime: updated home and description
...
GMime home has moved to Github as the list of commits clearly shows,
i.e.:
b5cbc68a67
The description is updated as well to be closer to the one used there
and over at gnome.org.
2017-08-31 10:42:30 -04:00
wisut hantanong
489bfcfa0f
pythonPackages.pyshp : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
b9eebaf8bb
pythonPackages.pyrr : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
80ca1cae8b
pythonPackages.pygpgme : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
ac35d9884b
pythonPackages.pyglet : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
282216c635
pythonPackages.pygeoip : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
d94d826433
pythonPackages.pyftgl : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
2d7733b6c2
pythonPackages.pyfiglet : move to separate expression
2017-08-31 21:18:39 +07:00