Commit Graph

148034 Commits

Author SHA1 Message Date
John Ericson
7a337cde31
Merge pull request #44423 from obsidiansystems/configureFlags-cleanup
treewide: All configureFlags are lists
2018-08-03 17:49:01 -04:00
John Ericson
3e034bac1a stdenv adapter: Keep configureFlags a list 2018-08-03 17:06:03 -04:00
John Ericson
f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson
f92ed87372 gmp-*: Clean up configureFlags 2018-08-03 17:06:03 -04:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson
85a9913edd treewide: Make more complicated configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson
632d24f11f scilab: Make configureFlags a list 2018-08-03 17:05:58 -04:00
John Ericson
e8a291ff61 gobby: Remove empty configure flags 2018-08-03 16:06:43 -04:00
xeji
8c784998f6
Merge pull request #44421 from volth/perl-524-528
perl: 5.24.4 -> 5.28.0
2018-08-03 22:02:21 +02:00
volth
77b8d54aa4 perl: 5.24.4 -> 5.28.0 2018-08-03 18:13:12 +00:00
xeji
0323ac91d8
Merge pull request #43127 from symphorien/polkit-update
polkit: 0.113 -> 0.115
2018-08-03 12:20:00 +02:00
Matthew Bauer
ec34a91706
Merge pull request #44308 from matthewbauer/fix-cross-ensureUnaffected-test
Fix androidndk "ensure unaffected test"
2018-08-02 16:54:10 -04:00
Matthew Bauer
1461b90bed llvm: fix triple setting
llvm is a library so it should just need to know about build & host.
GCC will already have a cross compiler built.

/cc @Ericson2314 @dtzWill
2018-08-02 16:53:03 -04:00
Matthew Bauer
26d6ff5981 libtasn1: fix on cross
perl should be a native build input
2018-08-02 16:51:48 -04:00
Matthew Bauer
3c0ac73e4a lzip: support windows cross 2018-08-02 16:51:48 -04:00
John Ericson
df5d1673ea
Merge pull request #44367 from obsidiansystems/no-stdenv-is-cross
treewide: Remove stdenv.isCross
2018-08-02 16:36:01 -04:00
John Ericson
89c21fce3f Merge commit 'master' into staging 2018-08-02 16:13:33 -04:00
Lancelot SIX
b9fbcfb487 gnupg: 2.2.8 -> 2.2.9 (#43431)
See https://lists.gnu.org/archive/html/info-gnu/2018-07/msg00003.html
for release information.
2018-08-02 21:39:13 +02:00
Uli Baum
6840ae4aee polkit: 0.114 -> 0.115 2018-08-02 21:33:35 +02:00
John Ericson
eeb9837beb qt-{3,4.8}: Clean up generally 2018-08-02 15:17:46 -04:00
John Ericson
25348b27c5 flex: Clean up to use less bash 2018-08-02 15:12:45 -04:00
John Ericson
f83b5e4f7a util-linux: Clean up to use less bash 2018-08-02 15:12:11 -04:00
John Ericson
e517da3929 libxml2: Use enableFeature 2018-08-02 15:10:43 -04:00
John Ericson
9d23b95483 elfutils: Clean up with rebuild
Wrote contorted code before to avoid mass-rebuild
2018-08-02 15:10:03 -04:00
John Ericson
34da7e2ce2 treewide: Remove stdenv.isCross
I *want* cross-specific overrides to be verbose, so I rather not have
this shorthand. This makes the syntactic overhead more proportional to
the maintainence cost. Hopefully this pushes people towards fewer
conditionals and more abstractions.
2018-08-02 15:01:58 -04:00
Frederik Rietdijk
89a89ddfb3
Merge pull request #44357 from FRidh/pythonmajor
Python interpreter updates
2018-08-02 16:45:53 +02:00
Bas van Dijk
0aae3fda06 graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276)
Fixes #30891

* Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3.

* Replaced the deprecated `pythonPackages.graphite_influxdb` with
  `pythonPackages.influxgraph.`

* Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web`
  to be consistent with the Python package name.

* Replaced the unmaintained `pythonPackages.graphite_pager` with
  `pythonPackages.graphitepager`

* Moved all new packages from `python-packages.nix` to
  `pkgs/development/python-modules`
2018-08-02 16:39:57 +02:00
Vladimír Čunát
86b5b1e174
Revert "android-studio-preview: Print a deprecation warning"
This reverts commit 88bfbf6c7d.
It broke the tarball job.  Discussion:
https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
2018-08-02 16:32:55 +02:00
Frederik Rietdijk
3a61a94789 python35: 3.5.5 -> 3.5.6 2018-08-02 16:30:27 +02:00
Frederik Rietdijk
3bd5580b04 python34: 3.4.8 -> 3.4.9 2018-08-02 16:30:16 +02:00
Imuli
632bda238f idrisPackages.graphviz: fix homepage (#44355) 2018-08-02 16:24:48 +02:00
xeji
a7bfe3c5f5
Merge pull request #43971 from gnidorah/pakcs
pakcs: 1.14.0 -> 2.0.2
2018-08-02 16:16:31 +02:00
xeji
5c7bf43c24
Merge pull request #44342 from carlosdagos/tinyproxy
tinyproxy: init at 1.8.4
2018-08-02 16:12:12 +02:00
Bas van Dijk
353b568255
Merge pull request #44331 from jerith666/language-ecmascript-jailbreak
lift version restrictions on language-ecmascript inputs
2018-08-02 16:00:08 +02:00
Carlos D'Agostino
a568eec08c tinyproxy: add docbook_xsl and add nonet option to a2x 2018-08-02 23:35:29 +10:00
Giulio Eulisse
ca7b17a4a0 doing: init at 1.0.10pre (#44034) 2018-08-02 15:24:23 +02:00
Robert Schütz
de880be9a2
Merge pull request #43260 from Assassinkin/sumo
pythonPackages.sumo: init at 1.0.9 ( And other packages that sumo depends on)
2018-08-02 14:51:37 +02:00
Vladimír Čunát
1895354eed
knot-resolver: 2.4.0 -> 2.4.1 (security)
Fixes CVE-2018-10920 and some less important things.
https://lists.nic.cz/pipermail/knot-resolver-announce/2018/000002.html
2018-08-02 14:36:20 +02:00
Assassinkin
9b349976fc pythonPackages.spglib:1.10.3.75->1.10.4.1 (#44352) 2018-08-02 14:14:37 +02:00
volth
e8cc4b76b2 xfce4-13.xfce4-panel: fix path to tzdata (#44350) 2018-08-02 14:08:44 +02:00
ajs124
b79046e21b masterpdfeditor: fix broken source url. the old one 404s (#44351) 2018-08-02 14:08:30 +02:00
Matt McHenry
afaaac2432 haskell-language-ecmascript: jailbreak to fix the build 2018-08-02 07:23:31 -04:00
Pascal Wittmann
3af85571bf
cabextract: 1.6 -> 1.7 2018-08-02 12:48:35 +02:00
Robert Schütz
5641eb306e abcm2ps: 8.13.23 -> 8.13.24 2018-08-02 12:33:08 +02:00
Pascal Wittmann
216633e8bd
Merge pull request #44345 from NixOS/opencollada-license
opencollada: add license
2018-08-02 12:18:19 +02:00
Pascal Wittmann
4979fef9e7
opencollada: add license
see issue #43716
2018-08-02 12:06:44 +02:00
Carlos D
c431713f99 tinyproxy: init at 1.8.4 2018-08-02 18:36:57 +10:00
volth
cd794f4216 xfce4-13.xfce4-session: init at 4.13.0 (#44336) 2018-08-02 10:35:21 +02:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Tobias Happ
219970b494 cargo-update: init at 1.5.2 (#40575) 2018-08-02 10:28:57 +02:00