Commit graph

125448 commits

Author SHA1 Message Date
Vladimír Čunát 67e8392383
Merge #33057: stdenv meta checks: make them lazy
Closes #22277 - it's superseded;  I have some WIP on evaluation
performance, but best do that in a separate PR/thread.
2018-01-14 21:41:31 +01:00
Dan Peebles 1a054480d3 mono54: init
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Vladimír Čunát 799b941a2b
release notes: mention removal of lib.addPassthru 2018-01-14 21:34:55 +01:00
Vladimír Čunát 4de01b6723
rebuild-amount.sh: add --print option (PR #33693)
to allow additionally listing all the rebuilt packages.
2018-01-14 21:12:29 +01:00
Jan Malakhovski 41df994001 lib: deprecate addPassthru 2018-01-14 19:54:47 +00:00
Jan Malakhovski 85cd22cf7d treewide: replace addPassthru 2018-01-14 19:53:57 +00:00
adisbladis a904ffa756
Merge pull request #33865 from romildo/upd.uget
uget: 2.0.10 -> 2.2.0
2018-01-15 03:52:00 +08:00
Robert Helgesson dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0 2018-01-14 20:46:29 +01:00
Robert Helgesson fb5f636cd8
svtplay-dl: 1.9.6 -> 1.9.7 2018-01-14 20:46:29 +01:00
José Romildo Malaquias 01e1ba6ab2 uget: 2.0.10 -> 2.2.0 2018-01-14 17:10:17 -02:00
David Asabina b986078593 bitscope: refactored to pass nixpkgs-lint
The linter (nixpkgs-lint) was not able to find the bitscope packages
because `recurseIntoAttrs` was not applied to the suite's set.

The name supplied to `buildFHSUserEnv` produces a binary that
corresponds to the binary names in the deb packages (e.g.: bitscope-dso,
bitscope-chart, bitscope-logic, etc), however; this name does not
constitute a valid nixpkgs name. Valid nixpkgs names satisfy the
`/(.*)(-[0-9].*)$/` pattern, therefore a valid name is merged into the
derivation produced by `buildFHSUserEnv`.
2018-01-14 20:00:10 +01:00
adisbladis 3538492f33
cool-retro-term: 1.0.0 -> 1.0.1 2018-01-15 01:47:57 +08:00
adisbladis 05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
adisbladis ff94fbc416
Merge pull request #33851 from vbgl/why3-0.88.3
why3: 0.88.1 -> 0.88.3
2018-01-15 01:27:45 +08:00
adisbladis a41d7b9ea1
Merge pull request #33839 from mimadrid/update/gephi-0.9.2
gephi: 0.9.1 -> 0.9.2
2018-01-15 01:10:52 +08:00
adisbladis 8635941b4a
Merge pull request #33840 from mimadrid/update/cytoscape-3.6.0
cytoscape: 3.5.1 -> 3.6.0
2018-01-15 01:09:34 +08:00
adisbladis 5858f5abdd
Merge pull request #33841 from jonafato/skypeforlinux-8.13.0.2
skypeforlinux: 8.11.0.4 -> 8.13.0.2
2018-01-15 01:02:52 +08:00
adisbladis 620ae7be2b
Merge pull request #33859 from dotlambda/netdisco
python3Packages.netdisco: init at 1.2.3
2018-01-15 00:14:29 +08:00
Robert Helgesson 9306956b8a
fantasque-sans-mono: 1.7.1 -> 1.7.2 2018-01-14 17:10:43 +01:00
Robert Schütz f2c08d3e9e python3Packages.netdisco: init at 1.2.3 2018-01-14 16:59:38 +01:00
adisbladis 940d1a99f9
Merge pull request #33858 from dotlambda/spectre-meltdown-checker
spectre-meltdown-checker: init at 0.29
2018-01-14 23:37:38 +08:00
Robert Schütz cb6a25db0a spectre-meltdown-checker: init at 0.29 2018-01-14 16:29:37 +01:00
Frederik Rietdijk a6af522217
Merge pull request #33856 from jluttine/add-versioneer
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen f3c996e25d
pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
Frederik Rietdijk 4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Frederik Rietdijk 89caf2efce
Merge pull request #33855 from dotlambda/user-agents
pythonPackages.user-agents: init at 1.1.0
2018-01-14 14:55:42 +01:00
Jan Malakhovski 8606dd8556 lib: change the order of arguments of addPassthru 2018-01-14 13:24:30 +00:00
Jan Malakhovski fac3d49e48 stdenv: provide meta.name 2018-01-14 13:24:30 +00:00
Jan Malakhovski 50148f0630 stdenv: hide name under check-meta assert
This is a temporary workaround to make `nix-env -qa` and `nix search` ignore
broken packages as they they did before this patchset.

This patch should be reverted after `nix` gets a proper fix for this.
See NixOS/nix#1771.
2018-01-14 13:24:30 +00:00
Jan Malakhovski eaee2a1199 stdenv: implement config.checkMetaRecursively
This option makes `meta.evaluate` into a close approximation of the result of
evaluating `.outPath` by checking all the dependencies recursively at a cost of
2x slowdown. Note that actually evaluating `.outPath` costs some
5x-7x more because `.outPath` also computes all the hashes.
2018-01-14 13:24:30 +00:00
Jan Malakhovski ecd3990cd4 stdenv: provide meta.evaluates
This gives a way to see the result of `check-meta` without triggering any assertions.
2018-01-14 13:24:29 +00:00
Jan Malakhovski 9956687151 stdenv: change some indent 2018-01-14 13:24:22 +00:00
Robert Schütz 9121a97366 pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
Andrey Golovizin 3eb0ddcfc4
virt-manager: add gobjectIntrospection to nativeBuildInputs 2018-01-14 13:31:03 +01:00
Joachim F b6c696cc6f
Merge pull request #33444 from rnhmjoj/dnscrypt-wrapper
nixos/dnscrypt-wrapper: fix rotate script failing to restart the service
2018-01-14 11:33:02 +00:00
Sarah Brofeldt ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte aee1cebda7
why3: 0.88.1 -> 0.88.3 2018-01-14 05:51:06 +00:00
Vincent Laporte 08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00
Graham Christensen 34b4d41a84
Merge pull request #33792 from paraseba/scidvspc
scid-vs-pc: init at version 4.18.1
2018-01-13 21:16:19 -05:00
Sebastian Galkin 0079153414 scid-vs-pc: Set meta platforms to linux
Darwin spits the following error:

  Location of "tk.h": not found
    Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib
    Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib
    Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/
    Checking if your system already has zlib installed: no.

Error: compiler g++ does not support C++0x (C++11).
2018-01-13 23:42:51 -02:00
Miguel Madrid Mencía eb21bf3d99
cytoscape: 3.5.1 -> 3.6.0 2018-01-13 23:21:49 +01:00
Jon Banafato f6936ea842 skypeforlinux: 8.11.0.4 -> 8.13.0.2 2018-01-13 17:20:33 -05:00
Miguel Madrid Mencía 111d4dbc06
gephi: 0.9.1 -> 0.9.2 2018-01-13 23:18:26 +01:00
Franz Pletz 5c73ee1a93
youtubeDL: don't double wrap executable
Fixes command name detection via argv.
2018-01-13 23:10:02 +01:00
Franz Pletz 5c76e6cbae
youtubeDL: 2017.12.31 -> 2017.01.14 2018-01-13 23:04:19 +01:00
adisbladis 1a54596d50
Merge pull request #33769 from adisbladis/kde-applications-17_12_1
kde-applications: 17.12.0 -> 17.12.1
2018-01-14 04:00:23 +08:00
adisbladis c8736382b6
Merge pull request #33831 from dtzWill/update/imagemagick
imagemagick: updates for 6, 7
2018-01-14 03:36:35 +08:00
Jörg Thalheim 9e40faf0d5
Merge pull request #33650 from dtzWill/feature/whois-idn-and-update
whois: use idn, libiconv; update
2018-01-13 18:55:17 +00:00
Jörg Thalheim 5ccfd0ee34 linuxPackages.extfat-nofuse: fix libelf dependency 2018-01-13 18:45:04 +00:00
adisbladis e2f7267ba2
xxdiff-tip: Build with qt59 2018-01-14 02:41:04 +08:00