Vladimír Čunát
8004e79415
Merge branch 'master' into staging
2017-05-24 03:24:06 +02:00
Tuomas Tynkkynen
e6cb889faa
esptool: init at 1.4
2017-05-24 02:47:46 +03:00
Tuomas Tynkkynen
ff15d0c41e
esptool-ck: init at 0.4.11
2017-05-24 02:47:41 +03:00
Nikolay Amiantov
95f321480f
wine: add udev support
2017-05-24 02:26:53 +03:00
Jörg Thalheim
bfc9420b7f
feedgenerator: move to external file
2017-05-23 22:37:43 +01:00
Jörg Thalheim
3e9f7bcb98
pythonPackages.pelican: move to external file
2017-05-23 22:09:07 +01:00
Will Dietz
330dee016d
python.pelican: 3.6.3 -> 3.7.1, enable tests
2017-05-23 14:35:10 -05:00
Will Dietz
9ede2d15aa
python.feedgenerator: 1.7 -> 1.9
2017-05-23 14:34:49 -05:00
John Ericson
b1d2f410c7
Merge pull request #26013 from obsidiansystems/release-cross
...
release-cross: Be less absurd in `ensureUnaffected` tests
2017-05-23 01:55:27 -04:00
John Ericson
df081787ee
release-cross: Be less absurd in ensureUnaffected
tests
...
We need to at least used a valid 4-part LLVM target "triple" and
libc.
2017-05-23 01:44:27 -04:00
Robin Gloster
427e749217
pythonPackages.pants: remove warning
...
this breaks evaluation of nixpkgs.tarball
cc @copumpkin
2017-05-23 02:27:35 +02:00
Profpatsch
178a5067af
hledger(-web): move to all-packages with static build
...
Since they are executables they should be at top-level.
We build statically to shorten invocation time (at the moment haskell packages
have the problem of too large RPATHs).
2017-05-23 01:59:10 +02:00
John Ericson
c3b2c5bf77
Merge pull request #25997 from obsidiansystems/isHurd
...
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
Jörg Thalheim
c42739a429
wllvm: init at 1.1.3
2017-05-22 22:46:23 +01:00
Carles Pagès
f60767d55e
Merge pull request #25366 from titanous/kodi-hdhomerun
...
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Jörg Thalheim
893c7b6112
cryptominisat: init at 5.0.1
2017-05-22 22:25:14 +01:00
Jörg Thalheim
7786922240
minisatUnstable: init at 2013-09-25
2017-05-22 22:24:58 +01:00
John Ericson
c443033be3
gdb: Modernize and simplify derivation
...
- `isGNU` to `isHurd`, my sedding did not catch
- Simplify cross compilation in general
- Be more careful about python
- no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04:00
John Ericson
0d88299019
Merge pull request #25976 from obsidiansystems/no-stdenv-is
...
Add `*Platform.is*` predicates and alias `stdenv.is*` to `hostPlatform`'s
2017-05-22 13:30:20 -04:00
Arseniy Seroka
37c89aaaa7
Merge pull request #25826 from Zimmi48/patch-1
...
coqPackages: default version 8.4pl6 -> 8.6
2017-05-22 20:06:31 +03:00
Arseniy Seroka
c734781158
Merge pull request #25958 from Mic92/iwd
...
iwd: init at unstable-2017-04-21
2017-05-22 20:04:04 +03:00
Arseniy Seroka
1ab1d2b4e5
Merge pull request #25979 from AndersonTorres/vms-empire
...
vms-empire: init at 1.14
2017-05-22 20:02:52 +03:00
Arseniy Seroka
dd10788280
Merge pull request #25972 from AndersonTorres/robotfindskitten
...
robotfindskitten: init at 2.7182818.701
2017-05-22 20:02:05 +03:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Fatih Altinok
27dc2c4926
flow: 0.42.0 -> 0.46.0
2017-05-22 15:49:30 +03:00
Frederik Rietdijk
0891d0b7a0
Merge pull request #25716 from LnL7/python-flake8
...
python flake8: 3.2.1 -> 3.3.0
2017-05-22 11:12:36 +02:00
Frederik Rietdijk
1267b155c4
Merge pull request #25916 from FRidh/reproducible
...
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
2017-05-22 10:20:04 +02:00
Frederik Rietdijk
99cfab07b9
Merge remote-tracking branch 'upstream/master' into HEAD
2017-05-22 09:21:40 +02:00
Frederik Rietdijk
64a924a96b
Merge pull request #25981 from rimmington/cython-arm-pr
...
cython: build on 32-bit ARM
2017-05-22 09:16:08 +02:00
Andrew Miller
c3f434fd62
hss: init at 1.0.1 ( #25936 )
...
* hss: init at 1.0.1
* hss: use buildRubyGem instead of bundler
2017-05-22 07:06:11 +01:00
John Ericson
c5c6606048
lib: Infer libc
field of platform if not specified
...
This is especially useful when not cross compiling. It means we can
remove the `stdenv.isGlibc` predicate too.
Additionally, use this to simplify the logic to choose the
appropriate libiconv derivation.
2017-05-22 00:25:02 -04:00
John Ericson
2e7ec6fb70
lib: Make platform predicates more ergonomic to use
...
`hostPlatform.isDarwin` instead of `lib.system.parse.isDarwin
hostPlatform.parsed`
2017-05-22 00:25:02 -04:00
Rhys
c46c3fa5aa
cython: build on 32-bit ARM
2017-05-22 11:04:49 +10:00
AndersonTorres
8f84651132
vms-empire: init at 1.14
2017-05-21 18:57:12 -03:00
AndersonTorres
0808896e73
robotfindskitten: init at 2.7182818.701
2017-05-21 14:33:43 -03:00
Michael Raskin
daa65527c6
marionette-harness: init at 4.4.0
2017-05-21 19:29:20 +02:00
Unai Zalakain
db3e2983a6
subliminal: init at 2.0.5
2017-05-21 14:41:31 +01:00
Jörg Thalheim
6f447ed6cf
Merge pull request #25883 from unaizalakain/init-enzyme
...
enzyme: init at 0.4.1
2017-05-21 14:39:20 +01:00
midchildan
2c393164c8
mikutter: init at 3.5.7
...
fixes #25852
2017-05-21 12:13:34 +01:00
Jörg Thalheim
a527a47cd3
iwd: init at unstable-2017-04-21
2017-05-21 11:05:35 +01:00
Unai Zalakain
d501166f31
enzyme: init at 0.4.1
2017-05-21 11:34:14 +02:00
Jörg Thalheim
d81683d0a4
Merge pull request #25884 from unaizalakain/init-pysrt
...
pysrt: init at 1.1.1
2017-05-21 09:22:46 +01:00
Jörg Thalheim
50e8199930
Merge pull request #25949 from bhipple/init/python-bitcoin-price-api
...
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-21 09:01:49 +01:00
Alexandre Peyroux
f1edefed50
jsbeautifier: 1.6.4 -> 1.6.14 ( #25947 )
...
* jsbeautifier: 1.6.4 -> 1.6.14
* pythonPackages.jsbeautifier: move to python-modules
2017-05-21 08:50:14 +01:00
Adrian Parvin D. Ouano
7d97051f72
st: extraLibs argument
...
fixes #25956
2017-05-21 07:52:00 +01:00
John Ericson
bb37fc90c7
Merge pull request #25897 from obsidiansystems/glibc-cross
...
glibc: Clean up cross compilation
2017-05-20 22:26:15 -04:00
John Ericson
25edc476fd
glibc: Simplify derivation further
...
No native hashes should be changed with this commit
default.nix's cross hash should also not be changed
2017-05-20 22:17:28 -04:00
Franz Pletz
b411968774
lldpd: init at 0.9.7
2017-05-21 01:16:42 +02:00
Michael Raskin
aafe99ca90
mozlz4a: init at 2015-07-24
2017-05-21 00:21:47 +02:00
Mateusz Kowalczyk
8c0b08d1a4
pythonPackages.jenkins-job-builder: 1.6.1 -> 2.0.0.0b2
2017-05-20 22:54:07 +01:00
Mateusz Kowalczyk
ef8553ba03
pythonPackages.python-jenkins: 0.4.11 -> 0.4.14
2017-05-20 22:54:07 +01:00
Benjamin Hipple
d856b50bad
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-20 17:51:16 -04:00
Jörg Thalheim
91978764a0
Merge pull request #25943 from pbogdan/tcptraceroute
...
tcptraceroute: init at 1.5beta7
2017-05-20 19:38:58 +01:00
Jörg Thalheim
da7e4ce1ad
Merge pull request #25801 from htr/add-terraform-inventory
...
terraform-inventory: init at 0.7-pre
2017-05-20 19:35:07 +01:00
kadota kyohei
a908f2a3df
google-app-engine-go-sdk: init at 1.9.53 ( #25856 )
...
* google-app-engine-go-sdk: init at 1.9.53
* google-app-engine-go-sdk: simplify python wrapper, use fetchzip
* add myself to maintainer list
* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Jörg Thalheim
c2dce6a745
Merge pull request #25666 from vmandela/gitseries
...
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Jörg Thalheim
2a42b45105
Merge pull request #25103 from Hodapp87/google_cloud_print
...
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim
6e67547c94
Merge pull request #25086 from matthiasbeyer/add-madonctl
...
madonctl: init at 0.1.0
2017-05-20 18:07:25 +01:00
Tuomas Tynkkynen
de263072b5
kernel: 4.10 is end-of-life
...
https://lkml.org/lkml/2017/5/20/75
2017-05-20 19:54:18 +03:00
Jörg Thalheim
196fa7e70d
Merge pull request #25761 from Ma27/new-package/i3lock-pixeled
...
i3lock-pixeled: init at 1.1.0
2017-05-20 17:46:57 +01:00
Jörg Thalheim
ea706bd98b
Merge pull request #25231 from veprbl/root_6.09.02
...
root: 6.08.02 -> 6.09.02
2017-05-20 17:37:43 +01:00
leenaars
92964a2ea8
srcml: init at 0.9.5 ( #25395 )
2017-05-20 17:23:55 +01:00
Venkateswara Rao Mandela
3b69497bb1
git-series: init at 0.9.1
...
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.
https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Piotr Bogdan
95c158dbf8
tcptraceroute: init at 1.5beta7
2017-05-20 16:21:51 +01:00
Hugo Tavares Reis
e3de736b9b
terraform-inventory: init at 0.7-pre
2017-05-20 16:17:24 +02:00
Antoine Eiche
9694567ac9
pythonPackages.pika-pool: init at 0.1.3
...
fixes #25750
2017-05-20 15:03:45 +01:00
Jörg Thalheim
c1a5754b67
Merge pull request #25751 from nlewo/pr/rfc3986
...
pythonPackages.rfc3986: 0.2.2 -> 0.4.1
2017-05-20 14:59:43 +01:00
ryneeverett
34bdf451c3
lxpanel: init at 0.9.3
...
[Bjørn: break overlong lines.]
2017-05-20 15:41:09 +02:00
Jörg Thalheim
c14109c170
Merge pull request #25879 from mlieberman85/add-kafka
...
confluent-kafka: init at 0.9.4
2017-05-20 12:36:08 +01:00
Valérian Galliat
330048e40c
timelapse-deflicker: init at 142acd1 ( #25904 )
...
* timelapse-deflicker: init at 142acd1
* timelapse-deflicker: nitpicks
* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Robin Gloster
c9f3893451
despotify: remove
...
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Unai Zalakain
c3cbbd09a0
metar: init at 20161013.1
2017-05-20 11:58:03 +02:00
Jörg Thalheim
78c409d44d
Merge pull request #25860 from pjones/pjones/mynewt-newt
...
mynewt-newt: init at 1.0.0
2017-05-20 10:40:25 +01:00
risicle
9d86b49f2a
python metaphone: init at 0.6 ( #25868 )
...
* metaphone: init at 0.6
* metaphone: add self as maintainer
2017-05-20 10:30:10 +01:00
Unai Zalakain
610c27ca64
pysrt: init at 1.1.1
2017-05-20 10:56:42 +02:00
Jörg Thalheim
7c9437104a
Merge pull request #25925 from selaux/networkmanager_fortisslvpn
...
networkmanager_fortisslvpn: init at 1.2.4
2017-05-20 09:18:22 +01:00
Jens Binkert
72589c9d30
Typora: init at 0.9.29 ( #25899 )
...
* Typora: init at 0.9.29
* typora: adapt description
2017-05-20 08:52:11 +01:00
Unai Zalakain
f76ce5983d
rarfile: 2.6 -> 3.0 ( #25885 )
...
* rarfile: 2.6 -> 3.0
* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Protean Security
d89aaca611
tcpreplay: init at 4.2.5 ( #25891 )
...
* tcpreplay: init at 4.2.5
* fix the license meta info
* tcpreplay: use bsd3 license from lib.licenses
2017-05-20 07:51:36 +01:00
John Ericson
7e096024d7
glibc: Fix for cross
2017-05-19 18:44:24 -04:00
Shea Levy
b71b7ee622
fetchFromGitHub: Allow private repos, hosted githubs
2017-05-19 15:38:01 -04:00
Robert Helgesson
0fbc6630a3
perl-Socket6: 0.25 -> 0.28
2017-05-19 20:33:13 +02:00
Luke Gorrie
31e32f2809
perlPackages.NetPatricia and perlPackages.NetCIDRLite (new)
2017-05-19 20:16:08 +02:00
Michael Lieberman
d0d30df446
confluent-kafka: init at 0.9.4
...
Disabled tests for python 3 since the 0.9.4 release has failing tests
when run under python 3.
2017-05-19 13:58:57 -04:00
Stefan Lau
a3696aa090
networkmanager_fortisslvpn: init at 1.2.4
2017-05-19 19:18:30 +02:00
Frederik Rietdijk
acd32a4caf
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
...
The Python interpreters are patched so they can build .pyc bytecode free
of certain indeterminism.
When building Python packages we currently set
```
compiling python files.
in nix store.
DETERMINISTIC_BUILD=1;
PYTHONHASHSEED = 0;
```
Instead if setting these environment variables in the function that
builds the package, this commit sets the variables instead in the Python
setup hook. That way, whenever Python is included in a derivation, these
variables are set.
See also the issue https://github.com/NixOS/nixpkgs/issues/25707 .
2017-05-19 16:28:11 +02:00
Jörg Thalheim
db70f2958a
Merge pull request #25580 from davidak/bcachefs-tools
...
bcachefs-tools: init at a588eb0
2017-05-19 13:16:58 +01:00
Frederik Rietdijk
61451f1011
Merge pull request #25870 from risicle/pyproj-tests
...
pyproj: enable tests, use bundled proj by default
2017-05-19 12:46:10 +02:00
Vladimír Čunát
5aa530f2a8
Merge branch 'master' into staging
...
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00
Jörg Thalheim
28f8e5b95d
Merge pull request #25760 from georgewhewell/fwup
...
fwup: init at 0.14.2
2017-05-19 07:03:06 +01:00
Nikolay Amiantov
030862f63c
linuxPackages.evdi: init at 1.4.1
2017-05-19 02:53:09 +03:00
Nikolay Amiantov
e17744067a
displaylink: 1.1.62 -> 1.3.52
2017-05-19 02:51:45 +03:00
John Ericson
f6863bcf7a
Merge pull request #25895 from obsidiansystems/cross-tests
...
release-cross: Do a recursive union to make sure we don't loose tests
2017-05-18 10:57:27 -04:00
John Ericson
df91297181
release-cross: Do a recursive union to make sure we don't loose tests
2017-05-18 10:41:58 -04:00
Vladimír Čunát
e9aeb55f3b
Merge branch 'master' into staging
2017-05-18 11:24:18 +02:00
Jörg Thalheim
eda502d143
Merge pull request #25847 from aneeshusa/update-icdiff-to-1.9.0
...
icdiff: 1.7.3 -> 1.9.0
2017-05-18 06:50:22 +01:00
John Ericson
afec912d81
Merge pull request #25867 from obsidiansystems/ghc-deps-cross
...
Fix cross compilation of some GHC deps
2017-05-17 19:09:00 -04:00
John Ericson
2601a80639
release-cross: Make tests more uniform
...
Fewer packages are only built on one platform. Eventually we should
have each package encode its own requirements on build host and target
(as we do for build already) and use that to test automatically.
2017-05-17 18:54:31 -04:00
Robert Scott
d4c106f5b4
pyproj: enable tests, use bundled proj by default
2017-05-17 22:40:07 +01:00
John Ericson
bec5ffee15
Merge pull request #25232 from obsidiansystems/cross-binutils
...
Cross binutils
2017-05-17 16:34:56 -04:00