Profpatsch
7df8e53d28
psc-package: init at 0.1.1
2017-04-15 16:10:13 +02:00
Jörg Thalheim
26f5fa8f97
Merge pull request #24922 from phunehehe/haskell-shell-hook
...
haskell-modules: fix shell hook
2017-04-15 12:34:41 +02:00
Mikael Brockman
4f3caee682
intel-gpu-tools: 1.17 -> 1.18 ( #24920 )
...
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).
I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Michael Raskin
b454dcd0e0
safefile: init at 1.0.5
2017-04-15 10:59:16 +02:00
Hoang Xuan Phu
2fde20e271
haskell-modules: fix shell hook
...
26623240e9
lacks a newline
2017-04-15 16:33:07 +08:00
Benjamin Staffin
cdbcaa56b6
Merge pull request #24822 from techhazard/add-disk-storage-to-libvirt
...
add disk type storage to libvirt
2017-04-14 19:12:33 -04:00
Vladimír Čunát
2090aa4f65
Merge: fixup a bad merge
...
For details see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 19:11:17 +02:00
Vladimír Čunát
6617c8bd87
A fixed version of commit eb750f9a7b
...
For detailed explanation see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 18:59:36 +02:00
John Ericson
eec35cb6bd
Merge pull request #24889 from formaltech/halvm-bump
...
Remove hardening at HaLVM 2.4.0
2017-04-14 12:58:46 -04:00
Vincent Laporte
31fef05c7c
ocamlPackages.lwt: 2.6.0 -> 2.7.1
2017-04-14 13:59:55 +00:00
Eelco Dolstra
7f09c06c58
usbredir: Use dev output
2017-04-14 11:22:28 +02:00
Vladimír Čunát
24444513fb
Merge branch 'staging'
2017-04-14 10:32:13 +02:00
David Johnson
6f69681dad
Add hardening, bump hash to HaLVM
2017-04-14 00:34:02 -05:00
Daniel Peebles
09a9a472ee
Merge pull request #24830 from mayflower/refactor/boolToString
...
treewide: use boolToString function
2017-04-13 09:45:31 -04:00
Tim Steinbach
3c29b8e7da
Merge pull request #24864 from NeQuissimus/gradle_3_5
...
gradle: 3.4.1 -> 3.5
2017-04-13 08:50:49 -04:00
Eelco Dolstra
d3c737a080
gcc-snapshot: 7-20161211 -> 7-20170409
2017-04-13 13:07:45 +02:00
Jörg Thalheim
300c59c7fc
Merge pull request #24865 from mucaho/conan
...
conan: init at 0.21.2
2017-04-13 10:34:11 +02:00
Vladimír Čunát
42fd72091e
gnutls: use 3.5.10 on Darwin for now
...
This contains a revert of d6454e6a1
.
2017-04-13 09:39:02 +02:00
Daniel Peebles
f21a6940da
Merge pull request #24838 from matthewbauer/ibtool
...
pinentry_mac: use xcbuild
2017-04-12 22:20:57 -04:00
mucaho
8d5e55a0f0
conan: init at 0.21.2
2017-04-13 03:43:21 +02:00
mucaho
fe2ced1ea8
pythonPackages.node-semver: init at 0.1.1
2017-04-13 03:10:57 +02:00
mucaho
acf45e0f9c
pythonPackages.pluginbase: init at 0.5
2017-04-13 03:10:10 +02:00
Matthew Bauer
9e5fe7738a
xib2nib: add meta
...
also:
- NSPlist
- PlistCpp
2017-04-12 20:07:55 -05:00
Tim Steinbach
47e82ef817
gradle: 3.4.1 -> 3.5
2017-04-12 19:40:05 -04:00
Fernando J Pando
80c295f50f
pythonPackages.distro: init 1.0.3
...
- tested on darwin
- tested on nixos
2017-04-13 00:01:30 +02:00
Joachim Fasting
13a0ad3108
opal: NIX_CFLAGS -> NIX_CFLAGS_COMPILE
...
Seeing as the build already passes, I suspect this is strictly redundant
...
Tested with nix-build -A opal
2017-04-12 19:27:06 +02:00
Joachim Fasting
540a6412e3
suitesparse_4_4: NIX_CFLAGS -> NIX_CFLAGS_COMPILE
...
Tested with nix-build -A suitesparse_4_4
2017-04-12 19:27:03 +02:00
Joachim Fasting
a883581ddb
suitesparse_4_2: remove bogus NIX_CFLAGS
...
NIX_CFLAGS should be NIX_CFLAGS_COMPILE; since pic is the default, we
simply remove the bogus declaration.
Tested with nix-build -A suitesparse_4_2
2017-04-12 19:26:58 +02:00
Daiderd Jordan
5ba445752b
Merge pull request #24700 from hamishmack/fixes-for-macos
...
gtk fixes for macos
2017-04-12 19:26:32 +02:00
Nikolay Amiantov
8c56608078
unity3d: 5.3.5 -> 5.5.3
...
Also add udev to dependencies and don't strip unneeded ones.
Fixes #22513 .
2017-04-12 16:52:18 +03:00
Matthew Bauer
3d1d805245
Revert "xcbuild: try to fix sdk not found"
...
This reverts commit 87e6b2c50f
.
2017-04-12 05:20:33 -05:00
Matthew Bauer
1781ec934f
xib2nib: move nsplist, plistcpp to own folder
...
These libraries could be used by other packages so list them in
all-packages.nix as well.
2017-04-12 03:28:33 -05:00
Matthew Bauer
d697e5c8ee
ibtool: rename xib2nib
2017-04-12 03:23:28 -05:00
Matthew Bauer
f6860a6685
xcbuild: remove unnecessary flags
2017-04-12 03:21:58 -05:00
Matthew Bauer
c90058e774
ibtool: update to newer hash
2017-04-12 02:59:18 -05:00
Tristan Helmich
cf957fedea
pythonPackages.phonenumbers: init at 8.4.0
2017-04-12 01:58:28 +02:00
Profpatsch
048114eb4f
compile-daemon: init at 2013-03-08
2017-04-12 00:07:55 +02:00
Franz Pletz
29ed67faea
libressl_2_5: 2.5.1 -> 2.5.3
2017-04-11 19:41:01 +02:00
Bjørn Forsman
9c830c8456
hydra: add dependency on Nix' perl bindings
...
This unbreaks the build since the latest nixUnstable update
(3dd66ec6e9
).
It's basically the same fix as in hydra git repo:
a0376a92e5
2017-04-11 19:34:25 +02:00
Franz Pletz
3ab45f4b36
treewide: use boolToString function
2017-04-11 18:18:53 +02:00
Vince van Oosten
00c3bd1561
add parted to build inputs
2017-04-11 16:05:07 +02:00
Rok Garbas
8fcb9275d1
pypi2nix: 1.6.0 -> 1.8.0
2017-04-11 14:33:54 +02:00
Vince v. Oosten
39e95aa159
add disk storage to libvirt
2017-04-11 13:03:02 +02:00
Tuomas Tynkkynen
e4b48c7186
libsigsegv: Remove aarch64 patch, enable tests
...
The aarch64 patch has been applied upstream. Let's hope that the new
release fixes the tests as well.
2017-04-11 14:01:34 +03:00
Tuomas Tynkkynen
8eb25e1245
lzo: 2.09 -> 2.10
2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen
72b2cbe3b7
libsigsegv: 2.10 -> 2.11
2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen
5de624e437
gmp: 6.1.1 -> 6.1.2
2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen
52797fc600
Merge remote-tracking branch 'upstream/master' into staging
2017-04-11 12:58:43 +03:00
Maximilian Güntner
d84029f296
ruby-modules: check tzinfo version
...
tzinfo 0.3.xx does not contain the file
lib/tzinfo/zoneinfo_data_source.rb
it is only included in the 1.x branch.
closes #24080
closes #24682
2017-04-11 10:44:54 +02:00
Matthew Bauer
bb2eb5b0e8
ibtool: use xib2nib src
2017-04-11 03:22:32 -05:00