Commit Graph

38138 Commits

Author SHA1 Message Date
Daiderd Jordan
93c34c7616
stdenv: cleanup darwin bootstrapping
Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.
2018-07-21 11:42:37 +02:00
Daiderd Jordan
d4943ea0c9
Merge pull request #43523 from Enzime/fix/synergy-on-darwin
Fix Synergy building on macOS
2018-07-21 11:34:56 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Chris Hodapp
88fe696f43 appleseed: Fix non-executable items and Python bindings 2018-07-20 21:42:53 -04:00
Jan Tojnar
919a507cb2
geoclue2: move to default.nix 2018-07-21 02:30:10 +02:00
Jan Tojnar
75162b1045
geoclue: drop 2018-07-21 02:29:02 +02:00
volth
dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Sarah Brofeldt
ce7ff54ceb
Merge pull request #43786 from acowley/paraview-5.5.2
paraview: 5.4.1 -> 5.5.2
2018-07-20 15:10:49 +02:00
Roger Qiu
5fba38d65c pythonPackages.image-match: init at 1.1.2 2018-07-20 07:53:58 +02:00
Frederik Rietdijk
9768a80726 python.pkgs.pywavelets: init at 0.5.2 2018-07-20 07:48:38 +02:00
Frederik Rietdijk
9146271578 python.pkgs.scikitimage: move expression 2018-07-20 07:48:38 +02:00
Graham Christensen
7fdba7c74e
Merge pull request #43834 from ryantm/https2
treewide: http -> https
2018-07-19 21:31:36 -04:00
Ryan Mulligan
df8062c45b treewide: http -> https 2018-07-19 18:12:04 -07:00
John Wiegley
ecd9be1b62
perlPackages.TextBibTeX: Update perl version in an output path 2018-07-19 09:31:52 -07:00
Frederik Rietdijk
8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Robert Schütz
e7e5aaa0b9
Merge pull request #43782 from Ma27/fix-simpleldap-python3
python3Packages.simpleldap: remove
2018-07-19 17:54:13 +02:00
Maximilian Bosch
0adca53c79
inginious: remove
Fallout of 9db7f15ea3ce57eee25458daf87cce7a04ea98b2 which removed
simpleldap.

@layus suggests to remove:

* https://github.com/NixOS/nixpkgs/pull/43782#issuecomment-406186881
* https://github.com/NixOS/nixpkgs/pull/31975#issuecomment-346647857
2018-07-19 17:31:40 +02:00
Maximilian Bosch
10439f798e
python3Packages.simpleldap: remove
Fairly outdated and incompatible with Python 3, see the following links
for further reference:

* https://github.com/gdub/python-simpleldap/blob/0.8/setup.py#L12-L14
* https://github.com/NixOS/nixpkgs/pull/43782#issuecomment-406186881
2018-07-19 17:31:40 +02:00
Matthew Bauer
dc24ab2776 gtkd: fixup from treewide commit
This was mistakenly replaced when it was already avoiding the alias.

Thanks @jtojnar
2018-07-19 09:57:29 -04:00
Matthew Bauer
d68322504a Revert "release: disallow aliases"
This reverts commit 25c42e7736d0507fd23fb5375a9282f528cc843f.

This commit is still causing evaluation errors (despite passing
OfBorg!)

Here is the current error:

error: undefined variable 'Log4Perl' at
/nix/store/n0gwyv3mcvm3hc9jrmkxjhmsrdjqzcqb-source/maintainers/scripts/nix-generate-from-cpan.nix:7:71

More investigation is needed

/cc @volth
2018-07-19 09:46:53 -04:00
Tim Steinbach
e953d314a8
docker: 18.03 -> 18.06 2018-07-19 08:34:13 -04:00
Johannes Frankenau
402ee4e9ea mpv: use wrapper for scripts and add mpris script 2018-07-19 09:50:32 +02:00
lewo
fd3b874ee6
Merge pull request #43606 from MarcFontaine/xlog
xlog: init at 2.0.15
2018-07-19 09:12:38 +02:00
Robert Schütz
8ab563d4df
Merge pull request #43693 from Ma27/remove-flask_cache
Remove `pythonPackages.flask_cache`
2018-07-19 08:06:13 +02:00
Matthew Bauer
26cd7bb90b
Merge pull request #43558 from herberteuler/nethack-qt
nethack: add qt support on linux
2018-07-19 00:34:24 -04:00
Matthew Bauer
4ed7a4b993 treewide: preserve hashes from 76999cc40e6
76999cc40e6 changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.

This commit should be reverted on the next mass rebuild.
2018-07-19 00:09:01 -04:00
Matthew Bauer
aab3182ca4 lollypop-portal: use callPackage
otherwise we get this error on evaluation:

derivation 'lollypop-portal' has invalid meta attribute 'override'
derivation 'lollypop-portal' has invalid meta attribute 'overrideDerivation'
2018-07-18 23:25:19 -04:00
Matthew Bauer
25c42e7736 release: disallow aliases
This will make hydra & ofborg ignore aliases when evluating
2018-07-18 23:25:19 -04:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Anthony Cowley
6690ec57f8 paraview: 5.4.1 -> 5.5.2
This update should also fix the build the hydra: one part of the
change is to build paraview with Qt-5.9, as this is the configuration
that paraview upstream supports.
2018-07-18 20:05:15 -04:00
Maximilian Bosch
1e454c5045
pythonPackages.graphite_api: move expression
According to the current convention python packages should live in
`pkgs/development/python-modules`. As I altered the `graphite_api`
expression previously in d3d1b888737 I decided to move it as well.

Additionally I applied some minor refactorings:

* use `fetchFromGitHub` instead of `fetchgit`.

* use `checkInputs` for test dependencies

* got rid of fixed points

* applied patch which supports flask-caching to 1.3.1 using `git apply
  -3`
2018-07-19 01:26:35 +02:00
Matthew Bauer
84a5808e65
Merge pull request #43669 from matthewbauer/readd-forceSystem
aliases: (re)add forceSystem
2018-07-18 18:50:26 -04:00
Matthew Bauer
aae2171aea aliases: add forceSystem
Some uses of this still exist outside of Nixpkgs
2018-07-18 18:49:43 -04:00
Silvan Mosberger
47f78cd36a
minecraft: clean and fix up
The launcher now downloads almost all required libraries itself into
~/.minecraft and there's nothing one can do about it. Sound only works
with libpulseaudio though
2018-07-19 00:05:53 +02:00
Frederik Rietdijk
ecfafb87d6
Merge pull request #43766 from Ma27/fix-python-llvmlite
pythonPackages.llvmlite: fix build
2018-07-18 23:01:21 +02:00
Silvan Mosberger
b9c9a34d8c
Merge pull request #42679 from Moredread/vcvrack/init
vcv-rack: Init at 0.6.2b
2018-07-18 22:13:02 +02:00
Silvan Mosberger
810f91f46d
Merge pull request #43308 from Chiiruno/dev/hydron
hydron: init at 2018-07-11
2018-07-18 22:10:11 +02:00
Maximilian Bosch
f0ad15f758
pythonPackages.llvmlite: fix build
`llvmlite` requires LLVM v6 as build input:
9ae78b1849

See https://hydra.nixos.org/build/77706684
2018-07-18 22:03:07 +02:00
Okina Matara
920f1bc190 hydron: init at 2018-07-15 2018-07-18 13:17:42 -05:00
André-Patrick Bubel
6878c20af9
vcv-rack: init at 0.6.2b 2018-07-18 19:08:38 +02:00
Matthew Bauer
c0beb48fa7
Merge pull request #43627 from oxij/tree/simplify-depcycles
treewide: simplify some dependency cycles
2018-07-17 21:54:43 -04:00
Thomas Tuegel
9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
Emacs package updates
2018-07-17 17:53:54 -05:00
Shea Levy
711c56dd67
pythonPackages.simpy: init at 3.0.11. 2018-07-17 17:37:50 -04:00
Maximilian Bosch
d3d1b88873
pythonPackages.flask_cache: remove
The package is currently broken and most folks recommend to use
`flask-caching` (see
https://github.com/thadeusb/flask-cache/issues/171).

The only package in `nixpkgs` which remained to use `flask_cache`
(`graphite_api`) still builds with `pythonPackages.flask-caching`.

The removal and corresponding `graphite_api` change unbreaks several
Hydra builds (see https://hydra.nixos.org/build/76953777).
2018-07-17 22:59:21 +02:00
Matthew Bauer
920ad8b3d8
Merge pull request #43161 from volth/skipAliases2
config.skipAliases: also disable vim, git, xfce and gnome3 aliases
2018-07-17 13:57:53 -04:00
Yegor Timoshenko
072febaa92
sdcc: null out gputils by default 2018-07-17 19:05:15 +03:00
Yorick van Pelt
9ba3b39e44
gputils: init at 1.5.0-1 2018-07-17 17:28:13 +02:00
Michael Raskin
c4de32e192
Merge pull request #43624 from oxij/tree/fix-or-disable-tests
treewide: either fix or disable tests
2018-07-17 14:49:26 +00:00
volth
c0da7fba97 config.skipAliases -> config.allowAliases (rebase) 2018-07-17 14:47:46 +00:00
volth
101df126bb config.skipAliases -> config.allowAliases 2018-07-17 14:46:21 +00:00
Jan Malakhovski
02acff8839 neon, neon_0_29: make tests run, but disable 2018-07-17 14:41:53 +00:00
lewo
a7d17e287a
Merge pull request #43644 from flokli/ksonnet
ksonnet: init at 0.11.0
2018-07-17 15:08:42 +02:00
Florian Klink
cf00b9aff4 ksonnet: init at 0.11.0
closes #42596
2018-07-17 14:37:43 +02:00
MarcFontaine
325dd796d1 xlog: init at 2.0.15 2018-07-17 13:50:48 +02:00
Zack Grannan
c17decb15c markdown-pp: init at 1.4 (#43525)
* markdown-pp: init at 1.3

* Increment version, fix tests
2018-07-17 13:24:13 +02:00
Frederik Rietdijk
12949bf84a Merge master into staging 2018-07-17 10:05:50 +02:00
Frederik Rietdijk
1ae2f10642 Merge staging-next into master 2018-07-17 10:04:59 +02:00
lewo
bac995cd9f
Merge pull request #43384 from mbode/aws-rotate-key
aws-rotate-key: init at 1.0.0
2018-07-17 09:05:28 +02:00
Tuomas Tynkkynen
8258f5bda4 ibniz: init at 1.18 2018-07-17 02:51:41 +03:00
Jan Malakhovski
acbee90e2b pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix 2018-07-16 23:16:49 +00:00
Robert Schütz
ac7d8d22d2
Merge pull request #43631 from aepsil0n/parsy/init
pythonPackages.parsy: init at 1.2.0
2018-07-17 00:35:34 +02:00
Eduard Bopp
2977fb19ca pythonPackages.parsy: init at 1.2.0 2018-07-17 00:14:49 +02:00
Pascal Wittmann
235bd2b0cb
Merge pull request #43568 from Izorkin/percona-toolkit
percona-toolkit: init at 3.0.11
2018-07-16 21:43:01 +02:00
Johannes Frankenau
91622a24aa libmysofa: init at 0.6 and enable in ffmpeg-full 2018-07-16 21:35:47 +02:00
Peter Simons
9a32dafd05
Merge pull request #43444 from Infinisil/idris-cleanup
idris: Recurse into attrs, fix build and remove unneeded overrides
2018-07-16 20:38:53 +02:00
Thomas Tuegel
a5f026f778
emacsPackagesNg.magit: find Git during build 2018-07-16 12:29:10 -05:00
xeji
f4fbdf0578
Merge pull request #43601 from thefloweringash/ffmpeg-libvpx
ffmpeg, ffmpeg-full: enable libvpx on Darwin
2018-07-16 17:16:56 +02:00
Frederik Rietdijk
6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Frederik Rietdijk
f001c81c1a Merge master into staging-next 2018-07-16 17:11:01 +02:00
Maximilian Bode
7741be72e7 aws-rotate-key: init at 1.0.0 2018-07-16 16:21:38 +02:00
Silvan Mosberger
cb12f601d7
idrisPackages: build with hydra 2018-07-16 16:00:23 +02:00
Michael Hoang
fe69ee86c8 Fix Synergy building on macOS
Update gtest and gmock to fix clang compiler issues, as well as patch
CMakeLists.txt in multiple places to fix other issues on macOS.
2018-07-16 23:57:40 +10:00
Peter Simons
6588e906d0
Merge pull request #43599 from ElvishJerricco/ghcjs-fixes-2018-07-15
Various GHCJS 8.4 fixes
2018-07-16 09:46:07 +02:00
Frederik Rietdijk
3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
Wael M. Nasreddine
fd2448b2e6 aerospike: init at 4.2.0.4
Co-authored-by: Volth <volth@webmaster.ms>
2018-07-16 04:21:47 +00:00
Andrew Childs
e8b29688c8 ffmpeg-full: enable libvpx on Darwin 2018-07-16 13:15:23 +09:00
Franz Pletz
e3291c31ed
Merge pull request #43447 from worldofpeace/lollypop-portal
lollypop-portal: init at 0.9.7
2018-07-16 04:02:57 +00:00
Franz Pletz
3a35984fb0
Merge pull request #43590 from dtzWill/feature/gnomecast
gnomecast: init at 1.4.0
2018-07-16 03:43:26 +00:00
Will Fancher
682ef85c6f Make GHCJS 8.4 the default, in line with LTS 12.x 2018-07-15 22:27:42 -04:00
Karl Meakin
bae01e0348 runelite: init at 1.6.0 2018-07-16 03:12:17 +01:00
Thomas Tuegel
d3cea48608
emacsPackagesNg: 2018-07-15 update
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
2018-07-15 20:52:41 -05:00
Jan Tojnar
c19652a60f
xneur_0_8: drop 2018-07-16 01:49:46 +02:00
Jan Tojnar
f5831fb66b
xneur: 0.13.0 → 0.20.0 2018-07-16 01:49:46 +02:00
xeji
311f017066
Merge pull request #43494 from jb55/clipmenu-master
clipmenu: init at 5.4.0
2018-07-16 00:48:31 +02:00
Will Dietz
4626d0b255 gnomecast: init at 1.4.0
also pycaption, required dep.
2018-07-15 17:45:16 -05:00
Robert Schütz
eea1776378
Merge pull request #43544 from dotlambda/drop-backports_ssl_match_hostname_3_4_0_2
python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove
2018-07-16 00:33:47 +02:00
Shea Levy
ed23255c5a
Merge branch 'init-gurobi' of git://github.com/jfrankenau/nixpkgs 2018-07-15 18:25:07 -04:00
Franz Pletz
d34cc21526
Merge pull request #43541 from jfrankenau/update-cura
cura: 3.3.1 -> 3.4.1
2018-07-15 21:45:35 +00:00
Franz Pletz
472ab64e0f
nitrokey-app: 1.2 -> 1.3.1 2018-07-15 21:41:46 +02:00
William Casarin
fb130874fd clipmenu: init at 5.4.0
clipmenu is a simple tool for managing you clipboard with dmenu.
2018-07-15 12:22:46 -07:00
Jörg Thalheim
868a1855b7
Merge pull request #43542 from jfrankenau/init-mergerfs-tools
mergerfs-tools: init at 20171221
2018-07-15 15:01:04 -04:00
Izorkin
e21606a645 percona-toolkit: init at 3.0.11 2018-07-15 20:41:57 +03:00
Franz Pletz
02ce906d8a
subfinder: init at 2018-07-15 2018-07-15 19:27:42 +02:00
Jan Tojnar
bea8e84964
phpPackages.php-cs-fixer: 2.12.1 → 2.12.2 2018-07-15 19:00:53 +02:00
adisbladis
b23a243ce2
Merge pull request #43459 from bhipple/add/s4cmd
s4cmd: init at 2.0.1
2018-07-16 00:16:39 +08:00
Benjamin Hipple
dab1b67f9a pythonPackages.aws-adfs: init at 0.12.0 (#43458) 2018-07-15 17:16:32 +02:00
Robert Schütz
de0c67572f python.pkgs.vega_datasets: init at 0.5.0 2018-07-15 15:41:23 +02:00
Robert Schütz
18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
xeji
0ef2389327
Merge pull request #43315 from ryantm/cpan
treewide: replace search.cpan.org with metacpan.org
2018-07-15 11:51:58 +02:00
Guanpeng Xu
935332d648 nethack: add qt support on linux 2018-07-15 14:18:55 +08:00
Will Dietz
4ba6e227a2 creduce: 2.7.0 -> 2.8.0 2018-07-14 23:54:21 -05:00
Ryan Mulligan
220618ef9c perlPackages: remove search.cpan.org; add metacpan.org default homepage
https://www.perl.com/article/saying-goodbye-to-search-cpan-org/

maybe one operation less

..with unifying recursiveUpdate and first //

although not tested

fix whitespace
2018-07-14 18:49:00 -07:00
Robert Schütz
18ecdd1e7e python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove 2018-07-15 01:29:48 +02:00
Robert Schütz
fcc747ffa0 python.pkgs.backports_ssl_match_hostname: move expression 2018-07-15 01:29:39 +02:00
Johannes Frankenau
d6874a7e1e gurobi: init at 8.0.1 2018-07-14 23:52:48 +02:00
Johannes Frankenau
73082002ac mergerfs-tools: init at 20171221 2018-07-14 23:32:50 +02:00
Johannes Frankenau
07b9fd14df stb: init at 20180211 2018-07-14 22:45:07 +02:00
xeji
27eb3c2673
Merge pull request #41934 from teto/cmd2_0.9.1
pythonPackages.cmd2: 0.8.0 -> 0.9.1
2018-07-14 21:50:32 +02:00
Johannes Frankenau
e6f61bb933 rapid-photo-downloader: init at 0.9.9 2018-07-14 20:45:16 +02:00
Johannes Frankenau
93f4bd878f pythonPackages.gphoto2: init at 1.8.2 2018-07-14 20:42:01 +02:00
Johannes Frankenau
e78a7579f7 pythonPackages.rawkit: init at 0.6.0 2018-07-14 20:42:00 +02:00
Johannes Frankenau
8ce4aa2e42 pythonPackages.pyprind: init at 2.11.2 2018-07-14 20:42:00 +02:00
Johannes Frankenau
2137f5b7c0 pythonPackages.pymediainfo: init at 2.3.0 2018-07-14 20:41:51 +02:00
Johannes Frankenau
852dca659b pythonPackages.easygui: init at 0.98.1 2018-07-14 20:32:56 +02:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Herwig Hochleitner
a6f0ff33b5 Revert "cask: init"
This reverts commit 5bede1a25280d3ce57d9140babdd2ecac6c1333a.

This commit never actually wrapped cask, so it can be safely removed.

see https://github.com/NixOS/nixpkgs/pull/42419
2018-07-14 14:18:57 +02:00
Robert Schütz
3575e894b2 python.pkgs.events: 0.2.1 -> 0.3 2018-07-14 13:47:08 +02:00
Robert Schütz
5d59194820 python.pkgs.kombu: 4.0.2 -> 4.2.1 2018-07-14 13:47:08 +02:00
adisbladis
e8ec91bb59
Merge pull request #43502 from kalbasit/add-charles
charles: init at 4.2.6
2018-07-14 17:51:09 +08:00
Wael M. Nasreddine
c32cea4762 revert trailing-space change 2018-07-13 21:18:02 -07:00
adisbladis
f75e591a46
all-packages.nix: Remove traling whitespace 2018-07-14 10:59:03 +08:00
Wael M. Nasreddine
f3bf0026a2 charles: init at 4.2.6 2018-07-13 16:11:43 -07:00
xeji
ebdb6edad7
Merge pull request #43440 from vbgl/ocaml-lwt_log-1.0.0
ocamlPackages.lwt_log: init at 1.0.0
2018-07-14 00:25:55 +02:00
leenaars
d6899cf8b9 orthorobot: 1.0 -> 1.1.1 (#43495) 2018-07-14 00:22:48 +02:00
Jan Tojnar
5457be89fe
Merge pull request #43087 from jtojnar/nm-1.12
network-manager: 1.10.6 → 1.12.0
2018-07-13 20:46:44 +02:00
Frederik Rietdijk
3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Michael Raskin
66cb10a2ac
Merge pull request #43418 from Izorkin/dar
dar: 2.5.14 -> 2.5.15
2018-07-13 16:28:58 +00:00
Vincent Laporte
ade8242b81 ocamlPackages.ezjsonm: 0.4.3 -> 0.6.0 2018-07-13 16:21:33 +00:00
Mario Rodas
90959f89b8 pythonPackages.pdfx: init at 1.3.1 (#42815) 2018-07-13 14:34:36 +02:00
Profpatsch
adbd3ead27 Revert "bazel: fix darwin build on hydra" 2018-07-13 14:15:37 +02:00
worldofpeace
0761bdbc29 lollypop-portal: init at 0.9.7 2018-07-13 06:49:13 -04:00
Patrick Hilhorst
32f4fcaefe circleci-cli: init at 2018-05-12 (#43432) 2018-07-13 12:00:09 +02:00
Benjamin Hipple
47dfba89d1 s4cmd: init at 2.0.1
Tool for interacting with S3 buckets, with some performance optimizations over s3cmd.

Skips installing the bash shell completion scripts in /etc, to work around:
https://github.com/NixOS/nixpkgs/issues/4968
https://github.com/pypa/setuptools/issues/130
2018-07-12 23:08:36 -04:00
Silvan Mosberger
d767c0c253
idris: Remove unneeded overrides
- The gmp issue has long been fixed and closed
- The preBuild thing was never used afaik, it works no problem without
it, especially since checks don't run (To get checks to work we'd have
to compile the libraries into idris, which are currently nicely
separated)
- The dependencies overrides aren't needed anymore
2018-07-13 00:59:30 +02:00
Will Dietz
df5107771d
Merge pull request #43443 from dtzWill/feature/gtkperf
gtkperf: init at 0.40.0
2018-07-12 17:48:35 -05:00
Will Dietz
22c94d366f gtkperf: init at 0.40(.0) 2018-07-12 17:35:19 -05:00
Vincent Laporte
ca12adfeaf
flow: use lwt_log 2018-07-12 21:26:07 +00:00
Vincent Laporte
5a7ab721b4
ocamlPackages.lwt_log: init at 1.0.0 2018-07-12 21:26:00 +00:00
Will Dietz
81c7e8e0a5 xscope: init at 1.4.1
See the xscope README for more information:

https://cgit.freedesktop.org/xorg/app/xscope/tree/README
2018-07-12 16:22:43 -05:00
Izorkin
f7d6744cf8 dar: 2.5.14 -> 2.5.15 2018-07-12 17:41:41 +03:00
Ben Wolsieffer
7c763118b4 raspberrypiWirelessFirmware: init 2018-07-12 17:02:32 +03:00
Pascal Wittmann
6a4aaf8965
Merge pull request #43293 from eliasp/add-hetzner-kube-0.3.1
hetzner-kube: init at version 0.3.1
2018-07-12 14:04:26 +02:00
John Ericson
ee9eeea63a
Merge pull request #43367 from dtzWill/fix/haskell-integer-simple-buildPkgs
haskell: fix package sets based on integer-simple
2018-07-11 17:32:38 -04:00
volth
8c3b33ea73 libvirt: 4.4.0 -> 4.5.0 (#43164) 2018-07-11 22:34:13 +02:00
Jaka Hudoklin
6cc50b144a prometheus-jmx-httpserver: init at 0.10 (#43336)
prometheus-jmx-httpserver: init at 0.10
2018-07-11 21:17:09 +02:00
Elias Probst
0d8fccafef
hetzner-kube: init at version 0.3.1 2018-07-11 20:41:55 +02:00
Will Dietz
da1e98d04b haskell: fix package sets based on integer-simple
Fixes mass build failures in these package sets,
due to "unknown pacakge: integer-simple".

Attributes that demonstrate this (see before/after):

* haskell.packages.integer-simple.ghc843.hello
* haskell.packages.integer-simple.ghc802.scientific

The second one is from the NixOS manual, FWIW.
2018-07-11 11:01:35 -05:00
Eelco Dolstra
c93123afb6
Merge pull request #42937 from gavinrogers/init_holochain
holochain-go: init at 0.1.0-alpha
2018-07-11 17:46:30 +02:00
Franz Pletz
3f324aa0cd
xsecurelock: init at 2018-07-10 2018-07-11 17:39:22 +02:00
lewo
1539167d21
Merge pull request #43278 from xtruder/pkgs/kail/init
kail: init at 0.6.0
2018-07-11 12:49:30 +02:00
lewo
229a303300
Merge pull request #43218 from mpickering/whitebox-tools
whitebox-tools: init at 0.9.0
2018-07-11 12:47:31 +02:00
Jaka Hudoklin
90c05e974f kail: init at 0.6.0 2018-07-11 11:49:41 +02:00
Domen Kožar
d55976a506 Add cachix, statically linked 2018-07-11 11:41:08 +02:00
Pascal Wittmann
13f640057d
Merge pull request #43238 from tgharib/fix/add-triggerhappy
triggerhappy: init at 0.5.0
2018-07-11 10:35:38 +02:00
lewo
05d273a45e
Merge pull request #43302 from rardiol/hyperrogue
hyperrogue: init at 10.4j
2018-07-11 09:07:33 +02:00
Taha
00562b5a9a triggerhappy: init at 0.5.0 2018-07-11 00:15:52 -04:00
teh
17fe19f5bf pyre: init at 0.0.8 (#43212) 2018-07-11 01:20:17 +02:00
Ricardo Ardissone
96a6e1f5b5 hyperrogue: init at 10.4j 2018-07-10 18:36:26 -03:00
lewo
3c9f3a867e
Merge pull request #43248 from leenaars/spoofer
spoofer: init at 1.3.2
2018-07-10 23:32:07 +02:00
Will Dietz
b95e7b1954 ghc861: use llvm6 so we're using supported LLVM version
Otherwise complains that LLVM version used is unsupported
and that LLVM 6.0 is the only supported version.

So, let's use it! :)
2018-07-10 14:26:43 -05:00
Matthew Pickering
97a47b8160 whitebox-tools: init at 0.9.0 2018-07-10 19:10:24 +01:00
Peter Simons
69cd09f8fb Switch default Haskell package set to LTS-12.x and GHC 8.4.3.
We are at LTS Haskell 12.0.
2018-07-10 20:10:18 +02:00
wayne
dae9cf6106 dnscrypt-proxy2: init at 2.0.15 2018-07-10 17:31:08 +00:00
xeji
2f4f631b6a
Merge pull request #43244 from bricewge/drone-cli
drone-cli: add package
2018-07-10 17:23:27 +02:00
Frederik Rietdijk
f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Brice Waegeneire
fb25fe7879
drone-cli: add package
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-10 15:26:23 +02:00
Frederik Rietdijk
d536905e5b
Merge pull request #43276 from dotlambda/fix-flexget
Fix flexget
2018-07-10 15:04:53 +02:00
xeji
99afb5d4c7
Merge pull request #43179 from volth/cpan2nix-2018-07-08
[staging] cpan2nix updates
2018-07-10 13:14:46 +02:00
Jan Tojnar
af64892fe6
pulseeffects: init at 4.1.3 2018-07-10 12:18:01 +02:00
Jan Tojnar
28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
adisbladis
8585cb3409
Merge pull request #43115 from talyz/master
linux: Temporary fix for issue #42755
2018-07-10 18:04:55 +08:00
Robert Schütz
1789ee279e pythonPackages.guessit_2_0: remove 2018-07-10 11:25:18 +02:00
Pascal Wittmann
c2af5149c8
Merge pull request #43261 from vbgl/ocaml-iri-0.4.0
ocamlPackages.iri: init at 0.4.0
2018-07-10 10:48:54 +02:00
Uri Baghin
ed98822350 bazel-deps: init at 2018-05-31 (#43018) 2018-07-09 22:38:45 +00:00
John Ericson
547ef77aa7
Merge pull request #43264 from obsidiansystems/splice-more
haskell infra: Use splicing like normal `callPackage`
2018-07-09 18:34:29 -04:00
John Ericson
740cfffcb2 haskell infra: Fix built-time overrides
These should all come from `buildHaskellPackages`
2018-07-09 18:09:17 -04:00
Matthew Bauer
81f78e6d3d
Merge pull request #43256 from matthewbauer/xcbuild-refactor
xcbuild refactor
2018-07-09 17:16:50 -04:00
Matthew Bauer
2621171e58 xcbuild: add alias
You can now refer to it as xcodebuild. This is meant to be more
discoverable for not familiar with xcbuild. xcodebuild should work in
the same way as the xcodebuild that comes with Xcode.app, but it is
built entirely with free software.
2018-07-09 17:13:58 -04:00
Matthew Bauer
0534ceac81 xcbuild: move setup hook to xcbuildHook
Not every package that needs xcbuild will want to use its build phase.
I have moved the xcbuild setup hook to the new attribute xcbuildHook.
This means that dontUseXcbuild is no longer needed. If you just need
to call xcbuild on its own you can just refer to xcbuild.
2018-07-09 17:13:58 -04:00
Nadrieril
ceb9110aad passff-host: init at 1.0.2 2018-07-09 21:52:54 +01:00
John Ericson
f27f491784 Haskell infra: Do callPackage splicing 2018-07-09 16:39:37 -04:00
Vincent Laporte
de1a8ddb3c
ocamlPackages.iri: init at 0.4.0
iri is an OCaml implementation of Internationalized Resource Identifiers
(IRIs).

Homepage: https://framagit.org/zoggy/ocaml-iri
2018-07-09 17:15:43 +00:00
John Ericson
0eb142cd46 top-level: Expose splicePackages for newScope users
Otherwise extra packages in scope can't be made to work for cross. As
much as I think splicing is an evil trick, I think it's best to do this
and at least have it work consistently for now.

It would seems simpler to expose a `newScopeWithSplicing`, but there's a
few attrs (like `buildPackages` or `buildHaskellPackages`) that
shouldn't be spliced. Users should instead splice, override the splicing
on those packages, and apply `newScope` to that.
2018-07-09 12:33:43 -04:00
John Ericson
cf72af3d99
Merge pull request #33589 from dtzWill/fix/fixed-output-cross-name
make-derivation: Don't add host-suffix to fixed-output derivations names
2018-07-09 12:00:50 -04:00
Matthew Bauer
f1a14f9844 unixtools: link instead of copying
This is better for disk space.
2018-07-09 12:00:32 -04:00
Matthew Bauer
7e4ce2cfcb unixtools: refactor 2018-07-09 12:00:31 -04:00
Matthew Bauer
8ab5cc3202 unixtools: add watch command 2018-07-09 11:59:55 -04:00
Matthew Bauer
f4c4a4cc1b watch: remove
This can be built in the procps-ng/default.nix expression.
2018-07-09 11:59:32 -04:00
Matthew Bauer
6eb508a3e8 Merge remote-tracking branch 'upstream/master' into staging 2018-07-09 11:58:38 -04:00
Will Dietz
218d4dc154 make-derivation: Don't add host-suffix to fixed-output derivations names
Not only does the suffix unnecessarily reduce sharing, but it also breaks
unpacker setup hooks (e.g. that of `unzip`) which identify interesting tarballs
using the file extension.

This also means we can get rid of the splicing hacks for fetchers.
2018-07-09 11:07:10 -04:00
Michiel Leenaars
2a0f62afa3 spoofer: init at 1.3.2 2018-07-09 11:31:22 +02:00
adisbladis
cac85f6812
Merge pull request #43142 from xtruder/pkgs/super-productivity/init
super-productivity: init at 1.10.45
2018-07-09 13:32:25 +08:00
Silvan Mosberger
8e2c3b93ba
Merge pull request #43096 from jbedo/mosdepth
mosdepth: init 0.2.3
2018-07-09 04:55:24 +02:00
Justin Bedo
59141de608
mosdepth: init 0.2.3 2018-07-09 08:51:49 +10:00
Dan Peebles
631dd7a4e9 monosat: init at 1nx3wh34
Also includes the python and java bindings (although java is only
currently enabled on Linux)
2018-07-08 12:43:29 -04:00
Robert Schütz
2a8a5533d1
Merge pull request #43219 from leenaars/dkimpy
pythonPackages.dkimpy: 0.6.2 -> 0.8.1
2018-07-08 17:34:15 +02:00
adisbladis
b57d32aa74
Merge pull request #43178 from adisbladis/nodejs-9_x-drop
nodejs-9_x: Package is EOL
2018-07-08 23:33:28 +08:00
Michiel Leenaars
268cef2490 pythonPackages.dkimpy: 0.6.2 -> 0.8.1 2018-07-08 17:33:04 +02:00
Michiel Leenaars
eece903626 pythonPackages.authres: init at 1.1.0 2018-07-08 16:28:20 +02:00
Jaka Hudoklin
0eef67d9fd super-productivity: init at 1.10.45 2018-07-08 11:02:29 +02:00
Vladimír Čunát
bfc123803d
lua*Packages.lfs: init at 1.7.0.2 2018-07-08 09:19:43 +02:00
volth
c2b9a398b7 [cpan2nix] perlPackages.MooseXEmulateClassAccessorFast: 0.00903 -> 0.009032 2018-07-08 06:32:11 +00:00
volth
e594ca2678 [cpan2nix] perlPackages.AppCLI: 0.49 -> 0.50 2018-07-08 06:32:00 +00:00
volth
97f9cbbe88 [cpan2nix] perlPackages.TestCleanNamespaces: 0.22 -> 0.23 2018-07-08 06:31:57 +00:00
volth
f5c1eff568 [cpan2nix] perlPackages.Appperlbrew: 0.83 -> 0.84 2018-07-08 06:31:55 +00:00
volth
0a2747c4ed [cpan2nix] perlPackages.GoferTransporthttp: cleanup 2018-07-08 06:31:26 +00:00
volth
d1549963d1 [cpan2nix] perlPackages.ArchiveTarWrapper: 0.27 -> 0.31 2018-07-08 06:30:58 +00:00
volth
292340b7fd [cpan2nix] perlPackages.grepmail: 5.3104 -> 5.3105 2018-07-08 06:30:46 +00:00
volth
c51b582583 [cpan2nix] perlPackages.MailMboxMessageParser: 1.5105 -> 1.5106 2018-07-08 06:30:32 +00:00
volth
39ba936d09 [cpan2nix] perlPackages.FileHandleUnget: 0.1628 -> 0.1629 2018-07-08 06:30:00 +00:00
volth
3404161c95 [cpan2nix] perlPackages.FileFindObjectRule: 0.0307 -> 0.0309 2018-07-08 06:29:49 +00:00
volth
7551f5200d [cpan2nix] perlPackages.DevelPatchPerl: 1.48 -> 1.52 2018-07-08 06:29:37 +00:00
volth
9765be21a0 [cpan2nix] perlPackages.ClassAccessorGrouped: 0.10012 -> 0.10014 2018-07-08 06:29:35 +00:00
volth
0fb11ab750 [cpan2nix] perlPackages.TimeDurationParse: 0.13 -> 0.14 2018-07-08 06:29:30 +00:00
volth
bc95e3b851 [cpan2nix] perlPackages.FileShareDir: 1.112 -> 1.116 2018-07-08 06:29:17 +00:00
volth
d107807c62 [cpan2nix] perlPackages.CryptJWT: 0.021 -> 0.022 2018-07-08 06:29:12 +00:00
volth
9e1e47b28f [cpan2nix] perlPackages.ack: 2.22 -> 2.24 2018-07-08 06:29:07 +00:00
volth
91b20629f6 [cpan2nix] perlPackages.TestWarn: 0.35 -> 0.36 2018-07-08 06:29:03 +00:00
volth
1b8b38a59b [cpan2nix] perlPackages.TextCSV_XS: 1.35 -> 1.36 2018-07-08 06:28:00 +00:00
volth
ed63e38604 [cpan2nix] perlPackages.StringCRC32: 1.6 -> 1.7 2018-07-08 06:27:38 +00:00
volth
393d172f1e [cpan2nix] perlPackages.NetPing: 2.66 -> 2.68 2018-07-08 06:27:10 +00:00
volth
27fc694b31 [cpan2nix] perlPackages.Mojolicious: 7.84 -> 7.87 2018-07-08 06:27:06 +00:00
volth
4116af0ad4 [cpan2nix] perlPackages.ModuleCoreList: 5.20180420 -> 5.20180626 2018-07-08 06:27:03 +00:00
volth
b498522a34 [cpan2nix] perlPackages.ModernPerl: 1.20170117 -> 1.20180701 2018-07-08 06:27:02 +00:00
volth
43e16ee52d [cpan2nix] perlPackages.MCE: 1.835 -> 1.836 2018-07-08 06:26:57 +00:00
volth
af39b67429 [cpan2nix] perlPackages.CpanelJSONXS: 4.02 -> 4.04 2018-07-08 06:26:00 +00:00
volth
a0c9eba186 [cpan2nix] perlPackages.CPANPerlReleases: 3.62 -> 3.68 2018-07-08 06:25:48 +00:00
volth
a5967365c7 [cpan2nix] perlPackages.ArchiveTar: 2.28 -> 2.30 2018-07-08 06:25:44 +00:00
adisbladis
be6ef3ee00
nodejs-9_x: Package is EOL 2018-07-08 13:06:08 +08:00
Silvan Mosberger
129f94fb38
Merge pull request #42103 from eadwu/init/glava
glava: init at v1.4.5
2018-07-07 22:27:46 +02:00
Edmund Wu
2ec495e943
glava: init at v1.4.5 2018-07-07 16:18:41 -04:00
Kenny Shen
638fb3e3ce pdfcrack: init 0.16 (#43144) 2018-07-07 18:32:52 +02:00
Jaka Hudoklin
499203e199 nyx: init at 2.0.4 (#43139) 2018-07-07 17:03:20 +02:00
Philipp Gesang
0b30f69406
lua-packages: update lpeg 0.12 -> 1.0.1
Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
2018-07-07 16:21:19 +02:00
Philipp Gesang
cc5d281035
lua-packages: define lua53Packages
Set up lua packages for the v5.3.x interpreter.

Blacklist the set of lua-packages (luabitop, luaexpat, luazip,
luasqlite3) whose compilation fails against 5.3.4. The rest are at least
building.

Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
2018-07-07 16:10:31 +02:00
talyz
656335cd8b linux: Temporary fix for issue #42755
Fix a serious issue with the xen-netfront driver introduced in
upstream commit f599c64fdf7d ("xen-netfront: Fix race between device
setup and open") where the MTU of the device cannot be set
properly. This should be removed once it's included in upstream.
2018-07-07 10:08:57 +02:00
leenaars
5902e11cd6 termtekst: init -> 1.0 (#43045) 2018-07-06 21:55:18 +02:00
xeji
3035cd220e
Merge pull request #43084 from vbgl/ocaml-janestreet-0.11.0
ocamlPackages.janeStreet: 0.10 -> 0.11
2018-07-06 20:00:38 +02:00
volth
4dc44955e8 perlPackages: fix meta and fix build with perl-5.26 (#42909) 2018-07-06 19:16:54 +02:00
Maximilian Bosch
e331236d57 termtosvg: init at 0.3.0 (#43069)
`termtosvg` makes screencasts and writes them into a SVG file. The app
can be used on CLI entirely.

Closes #42921
2018-07-06 14:11:50 +02:00
Vladimír Čunát
ec199f0941
Merge #43021: nix: use boehmgc with enableLargeConfig 2018-07-06 13:46:40 +02:00
xeji
d868a26a51
Merge pull request #43100 from qoelet/gnu-pw-mgr
gnu-pw-mgr: init 2.3.2
2018-07-06 13:42:58 +02:00
Vladimír Čunát
1bdb138710
nix: use boehmgc with enableLargeConfig = true
Fixes #43015 for me and hopefully also similar issues.

== Resource consumption ==

TL;DR: no change for small-memory cases, less CPU for large-memory cases.

I assume almost all of the large memory usage is just the expression
evaluation and managed by the GC, so I used just `nix-env -q...` to test.
Old and new lines for each command follow.  I tried to run each several
times, but the values were very stable (<1% difference on re-runs),
so only one line for each command-version pair is provided.

$ time nix-env -f . -qaP --description -A nix >/dev/null
- 0.06user 0.01system 0:00.07elapsed 101%CPU (0avgtext+0avgdata 29036maxresident)k
+ 0.06user 0.01system 0:00.07elapsed 102%CPU (0avgtext+0avgdata 29864maxresident)k

$ time nix-env -f . -qaP --description >/dev/null
- 6.45user 0.36system 0:06.82elapsed  99%CPU (0avgtext+0avgdata 1021024maxresident)k
+ 6.23user 0.33system 0:06.57elapsed 100%CPU (0avgtext+0avgdata  938408maxresident)k

$ time nix-env -f . --show-trace -qa --drv-path --system --meta --xml 2>&1 >/dev/null
- 56.35user 0.96system 0:31.03elapsed 184%CPU (0avgtext+0avgdata 3207708maxresident)k
+ 44.80user 0.91system 0:26.12elapsed 175%CPU (0avgtext+0avgdata 3192696maxresident)k

$ time ./result-nix-large/bin/nix-instantiate --dry-run --eval --strict \
    --show-trace ./maintainers/scripts/eval-release.nix > /dev/null
- Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
- Command terminated by signal 6
- 175.18user 2.68system 1:17.42elapsed 229%CPU (0avgtext+0avgdata 8468440maxresident)k
+ 178.48user 2.78system 1:15.11elapsed 241%CPU (0avgtext+0avgdata 8460572maxresident)k
2018-07-06 13:03:45 +02:00
Kenny Shen
e921aa02b1 gnu-pw-mgr: init 2.3.2 2018-07-06 19:00:57 +08:00
xeji
5ea2eb7ac9
Merge pull request #43090 from flokli/gocryptfs-1.5
gocryptfs: 1.1.1 -> 1.5
2018-07-06 11:26:33 +02:00
Jan Tojnar
21f78529a5
python3.pkgs.dogtail: init at 0.9.10 2018-07-06 09:35:02 +02:00
Peter Hoeg
93f276d47d adtool: init at 1.3.3 2018-07-06 15:09:41 +08:00
Zer0-
e13f46b3c2 MusE: add new package at version 3.0.2 (#42544)
* muse: init at version 3.0.2

Added MusE; an application for working with midi. Allowing recording
from midi instruments, playback and editing of midi files.

* muse: remove unnecessary dependencies

-builds and works just fine without listing these

* Use fetchFromGitHub and add sha256
2018-07-05 22:16:27 -04:00