Commit Graph

973 Commits

Author SHA1 Message Date
Graham Christensen 32e20aa595 Merge pull request #57490 from delroth/imgurbash2-3.1
imgurbash2: 2.1 -> 3.1
2019-03-25 21:11:32 -04:00
Pierre Bourdon 57ffe86efa zbar: 0.10 -> 0.22
The original upstream at http://zbar.sourceforge.net/ has not produced a
new release or a new commit on their repository in about 7 years. Most
distros (Debian, Gentoo, Arch, ...) have switched already to the more
maintained fork at https://github.com/mchehab/zbar

Update dependencies from qt4 to qt5, reducing "electrum" closure size in
the process (now only depends on one Qt version).
2019-03-25 10:28:34 +01:00
volth 2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
Will Dietz 3a3a619505 Merge pull request #58099 from r-ryantm/auto-update/gnuplot
gnuplot: 5.2.5 -> 5.2.6
2019-03-22 13:07:00 -05:00
R. RyanTM a435269abf gnuplot: 5.2.5 -> 5.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnuplot/versions
2019-03-21 18:50:10 -07:00
Pierre Bourdon 19601561ed imgurbash2: 2.1 -> 3.1 2019-03-12 08:04:58 +01:00
Mario Rodas 1b493e2555 gifski: init at 0.8.7 2019-03-11 02:33:07 -05:00
R. RyanTM bf1b3e169f grim: 1.0 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grim/versions
2019-03-02 03:20:48 -08:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim dadc7eb329 treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Peter Jones fe9d4ca50e gromit-mpx: 1.2 -> 1.3 2019-02-23 19:56:12 -07:00
Vladimír Čunát 71f4ba29a3 Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Vladimír Čunát 4ba49d3d6c Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Frederik Rietdijk e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Maximilian Bosch a55d96bf9e lepton: only build on x86_64-linux for now
Darwin and `aarch64-linux` builds currently fail[1][2].

Also cleaned up the `meta` section a bit.

[1] https://github.com/NixOS/nixpkgs/pull/56108/checks?check_run_id=66442317
[2] https://github.com/NixOS/nixpkgs/pull/56108#issue-254801596
2019-02-21 00:59:46 +01:00
Artemis Tosini 3fa211dfb8 lepton: init at 1.2.1 2019-02-20 22:55:13 +00:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Frederik Rietdijk fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk 6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
Michael Howell 66d9561345 Fix compilation
```
building '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv'...
unpacking sources
unpacking source archive /nix/store/lv2zcapqqn1kjlc616ljap1ddlc2lvx8-source
source root is source
patching sources
configuring
Info: creating stash file /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/.qmake.stash
building
build flags: -j4 -l4 SHELL=/nix/store/i82x3x0yiijkgyqkzh8ni87gspas0f48-bash-4.4-p23/bin/bash
cd src/lib/ && ( test -e Makefile || /nix/store/334ck8czp3jhfy0ppy55sb6dxf7yxsdv-qtbase-5.12.0-dev/bin/qmake -o Makefile /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/src/lib/lib.pro INSTALLBASE=/nix/store/rc8z502xa3w0n2qm2vmr5d3l73v1lyyd-wkhtmltopdf-0.12.5 ) && make -f Makefile
Project ERROR: Unknown module(s) in QT: xmlpatterns
make: *** [Makefile:47: sub-src-lib-make_first-ordered] Error 3
builder for '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv' failed with exit code 2
```
2019-02-15 04:00:45 -05:00
Jan Tojnar 606ceda352 gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Matthew Bauer 5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
dywedir 1d19b5bd31 oxipng: 2.1.8 -> 2.2.0 2019-02-02 10:39:30 +02:00
Pascal Wittmann 9f6b441aec pfstools: port to qt5 (#33248)
Since release 2.1.0 pfsview supports qt5.
2019-02-01 17:09:18 +01:00
Matthew Bauer 92f0f8dd68 Merge remote-tracking branch 'NixOS/master' into staging 2019-01-27 00:01:13 -05:00
Alyssa Ross 31a1e41711 sng: broaden platforms
Builds fine on Darwin.
2019-01-25 15:08:41 +00:00
Niclas bae9fd59a9 grim: init at 1.0 (#54498) 2019-01-25 00:33:09 +02:00
Michael Raskin 0e0dd9478d Merge pull request #47229 from symphorien/CVE-2018-10196
graphviz: fix CVE-2018-10196
2019-01-21 11:21:58 +00:00
rnhmjoj bcf54ce5bb treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
Vladimír Čunát 287144e342 Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Michael Weiss e1d9854816 scons: 3.0.1 -> 3.0.2
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
R. RyanTM d69cd2441a jhead: 3.02 -> 3.03
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jhead/versions
2019-01-03 10:13:34 -08:00
Frederik Rietdijk 092e3b50a8 Merge master into staging-next 2019-01-02 21:08:27 +01:00
Vladimír Čunát 70bff06140 Merge branch 'master' into staging 2019-01-02 17:19:23 +01:00
Jan Tojnar c5c2ac4f45 qrencode: merge with libqrencode 2019-01-01 17:19:07 +01:00
Frederik Rietdijk 10afccf145 Merge staging-next into staging 2018-12-27 18:11:34 +01:00
Frederik Rietdijk 281981a6df pywal: move to pythonPackages and inject path to convert 2018-12-26 11:58:59 +01:00
Jan Tojnar c45e9d0fac Merge branch 'master' into staging 2018-12-25 17:03:57 +01:00
Mario Rodas f994e5fe8d guff: init at 0.1.0 2018-12-24 06:20:37 -05:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
volth fed7914539 Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Renaud 2db57d1e03 Merge pull request #52053 from r-ryantm/auto-update/pywal
pywal: 3.1.0 -> 3.2.1
2018-12-18 10:27:18 +01:00
R. RyanTM a746ee878e jhead: 3.00 -> 3.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jhead/versions
2018-12-16 19:42:13 +01:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
R. RyanTM 567910d3e3 pywal: 3.1.0 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pywal/versions
2018-12-14 06:11:09 -08:00
R. RyanTM da042144da vulkan-tools: 1.1.85.0 -> 1.1.92
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2018-12-08 15:24:05 -08:00
Frederik Rietdijk a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00