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
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
...
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
0f868d8116
Treewide: use HTTPS on SourceForge
2018-12-02 15:33:08 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Vladyslav Mykhailichenko
6a0bbbdc57
oxipng: 2.1.6 -> 2.1.8
2018-12-02 11:13:33 +02:00
Renaud
4088758a6b
Merge pull request #51244 from uri-canva/perceptualdiff
...
perceptualdiff: init at 2.1
2018-11-30 09:29:50 +01:00
Uri Baghin
3f806a0ae7
perceptualdiff: init at 2.1
2018-11-30 18:27:43 +11:00
Matthew Bauer
f0077dc7da
transfig: use imake setup hook
2018-11-28 20:14:41 -06:00
Vladyslav Mykhailichenko
a40fa7c046
oxipng: 2.1.0 -> 2.1.6
2018-11-21 23:19:24 +02:00
c0bw3b
149e467039
bins: remove
...
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:34 +01:00
Frederik Rietdijk
e343a85cfb
Merge master into staging-next
2018-11-19 09:55:32 +01:00
Orivej Desh
e66d263f6b
eigen3_3: move version overrides to all-packages.nix
2018-11-18 10:53:25 +00:00
Matthew Bauer
bfbfe941ab
treewide: use scons setup hook
...
Lots of packages can use it. Here is the list:
- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Matthew Bauer
f2a20b6e52
treewide: use wafHook
...
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.
Packages affected here are:
- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Frederik Rietdijk
961180afc8
scour: call via python-packages.nix
2018-11-11 09:54:28 +01:00
Jan Malakhovski
67a5c0da41
tree-wide: fix all rev
s of fetchsvn
2018-11-08 05:29:47 +00:00
Renaud
31e9f37539
vulkan-tools: 1.1.85 -> 1.1.85.0 ( #49615 )
...
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01 23:25:26 +01:00
R. RyanTM
ed0d0eef73
vulkan-tools: 1.1.82.0 -> 1.1.85
...
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-11-01 22:19:41 +02:00
volth
f65dfb3caf
buildPerlPackage -> perlPackages.buildPerlPackage
2018-10-14 09:10:41 +02:00
Michael Raskin
fe8515de6e
asymptote: apply upstream patch for compatibility with a newer boehmgc
...
As referenced in https://github.com/NixOS/nixpkgs/pull/45708#issuecomment-427840944
2018-10-08 21:38:14 +03:00
Will Dietz
ee56a8bba5
gnuplot: 5.2.4 -> 5.2.5
...
http://www.gnuplot.info/ReleaseNotes_5_2_5.html
2018-10-08 10:38:20 -05:00
Peter Hoeg
f07812b389
Merge pull request #48037 from peterhoeg/p/fbv
...
fbv: init at 1.0b
2018-10-08 17:39:54 +08:00
Peter Hoeg
0932acc622
fbv: init at 1.0b
2018-10-08 17:14:38 +08:00
xeji
77eec2044f
Merge pull request #46945 from r-ryantm/auto-update/vips
...
vips: 8.6.5 -> 8.7.0
2018-10-08 08:44:12 +02:00
Ryan Mulligan
0329e26f89
vips: fetch from GitHub and build directly from source
...
This used to build from what the README calls a "pre-baked tarball".
2018-10-07 16:09:51 -07:00
Mitsuhiro Nakamura
902c6a5d03
feedgnuplot: 1.49 -> 1.51 ( #47574 )
2018-10-01 17:38:27 +02:00
nek0
4303814b30
fix CImg dependency
2018-09-28 16:22:20 +02:00
nek0
6ba1ef4a31
fix hash
2018-09-28 16:14:46 +02:00
nek0
b7f2c92d06
renaming and restructuring
2018-09-28 15:41:17 +02:00
nek0
491a401f6f
add clarification
2018-09-28 14:11:07 +02:00
nek0
92211c0f4c
fix wrong location
2018-09-28 14:05:41 +02:00
nek0
6d77f41e58
use tags
2018-09-28 14:01:44 +02:00
nek0
ac4cfba4a7
sokoban
2018-09-28 13:53:21 +02:00
nek0
059286da56
moving stuff around
2018-09-28 13:40:51 +02:00
nek0
24775df8d2
final cleaning
2018-09-28 00:41:12 +02:00
nek0
04d5ff8275
fixing and cleaning
2018-09-27 23:48:43 +02:00
nek0
b1995497f8
thank you @Mic92
2018-09-27 22:41:26 +02:00
nek0
c26f3baf7d
still trying
2018-09-27 20:34:40 +02:00
nek0
49bee199dd
add gmic-qt
2018-09-27 19:28:23 +02:00
Symphorien Gibol
5a9f7d1fe6
graphviz: fix CVE-2018-10196
2018-09-23 18:24:41 +02:00
Linus Heckemann
e03b99c309
glxinfo: add es2gears, es2_info
2018-09-20 10:46:42 +01:00
R. RyanTM
f2b3b13876
vips: 8.6.5 -> 8.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vips/versions
2018-09-20 02:21:40 -07:00
Linus Heckemann
2e9e443005
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 09:43:56 +01:00
Michiel Leenaars
99eb98403d
pdftag: 1.0.4 -> 1.0.5
2018-09-14 00:47:47 +02:00
Daiderd Jordan
9fc6f1123d
asymptote: mark broken on darwin
...
It only builds with gc-7.6.0 on darwin for some reason.
/cc ZHF #45961
2018-09-12 23:14:42 +02:00
xeji
c016e7f930
Merge pull request #46550 from markuskowa/licenses-16
...
Add licenses
2018-09-12 00:22:36 +02:00
Markus Kowalewski
5e57452bf8
qrencode: add license
2018-09-11 23:27:01 +02:00
Markus Kowalewski
984a41fe94
exif: add liceses, update homepage
2018-09-11 23:25:43 +02:00
Markus Kowalewski
2ccbd8bab5
editres: add license
2018-09-11 23:24:19 +02:00
Markus Kowalewski
85c1a851dc
cuneiform: add license + homepage
2018-09-11 23:22:22 +02:00
Markus Kowalewski
147246e53e
cfdg: add license
2018-09-11 23:18:44 +02:00
leenaars
28ef51244a
pdftag: init at 1.0.3 ( #45666 )
2018-09-11 15:52:46 +02:00
Andrew Dunham
5e94e2bc7c
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-08 16:11:06 -07:00
Vladimír Čunát
9b48a67731
treewide: fix various links (homepage, src)
2018-09-03 16:53:02 +02:00
Graham Christensen
121a7d743a
Merge pull request #45195 from Ralith/vulkan
...
vulkan: 1.1.77.0 -> 1.1.82.1
2018-09-01 21:35:06 -04:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jan Tojnar
3ddead7085
gmic: simplify the expression with placeholder
2018-08-30 18:18:31 +02:00
R. RyanTM
88621e0595
vulkan-tools: 1.1.77.0 -> 1.1.82.0
...
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-08-29 18:56:06 -07:00
xeji
54ff14b6f3
Merge pull request #45399 from markuskowa/license-8
...
Add licenses
2018-08-21 12:05:10 +02:00
adisbladis
5d4e3cc2f5
vips: Add darwin support
2018-08-21 15:53:12 +08:00
Markus Kowalewski
2d31bede61
gnuplot: add license
2018-08-20 21:15:16 +02:00
Mitsuhiro Nakamura
9e2755b7b3
feedgnuplot: fix build
...
feedgnuplot has no devdoc.
2018-08-19 23:34:30 +09:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Peter Simons
876a40d150
Merge pull request #45273 from r-ryantm/auto-update/asymptote
...
asymptote: 2.46 -> 2.47
2018-08-17 18:48:12 +02:00
R. RyanTM
bb34af9eeb
asymptote: 2.46 -> 2.47
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/asymptote/versions .
2018-08-17 08:17:56 -07:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Silvan Mosberger
2d1316ec41
Merge pull request #44802 from r-ryantm/auto-update/blockhash
...
blockhash: 0.3 -> 0.3.1
2018-08-14 17:15:36 +02:00
Daiderd Jordan
e55eec5208
Merge pull request #44912 from thefloweringash/dcraw-darwin
...
dcraw: fix build on Darwin
2018-08-14 01:06:41 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Samuel Dionne-Riel
9e9417eefd
Merge pull request #44683 from r-ryantm/auto-update/vips
...
vips: 8.6.4 -> 8.6.5
2018-08-12 20:26:52 -04:00
Danilo Salvio
7c66a902ce
pywal: 2.0.5 -> 3.1.0 ( #44924 )
2018-08-12 20:11:46 +02:00
Andrew Childs
85c43675d0
dcraw: fix build on Darwin
2018-08-12 19:48:37 +09:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Michael Raskin
a4a4550500
Merge pull request #44806 from r-ryantm/auto-update/asymptote
...
asymptote: 2.44 -> 2.46
2018-08-09 05:13:09 +00:00
R. RyanTM
38ba8e9d78
asymptote: 2.44 -> 2.46
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asymptote/versions .
2018-08-08 20:24:53 -07:00
R. RyanTM
927b22589f
blockhash: 0.3 -> 0.3.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/blockhash/versions .
2018-08-08 20:02:56 -07:00
R. RyanTM
42c56458eb
vips: 8.6.4 -> 8.6.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vips/versions .
2018-08-08 01:03:06 -07:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Vladyslav M
9f9e5d4371
oxipng: 1.0.1 -> 2.1.0 ( #44488 )
2018-08-05 16:20:38 +02:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
...
Various elementary necessaries
2018-08-05 00:49:47 +02:00
worldofpeace
5d95f474d8
scour: init at 0.37
2018-08-04 18:19:25 -04:00
Pascal Wittmann
3cea40adb3
scrot: add license
...
see issue #43716
2018-08-04 18:46:28 +02:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
Robert Schütz
bf256564f9
pdf-redact-tools: explicitly use python2Packages
...
Python2-only syntax, e.g. print without paratheses, is used in the pdf-redact-tools script.
2018-08-03 15:42:39 +02:00
R. RyanTM
39566d31d5
argyllcms: 2.0.0 -> 2.0.1 ( #43790 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/argyllcms/versions .
2018-07-31 23:33:59 +02:00
Jörg Thalheim
585ded7329
Merge pull request #44179 from gnidorah/maintainers
...
twilight, kde2-decoration: add myself to maintainers
2018-07-28 23:17:29 +01:00
Lluís Batlle i Rossell
f54b387b63
Merge remote-tracking branch 'central/master' into viric_clean
2018-07-28 19:25:14 +02:00
gnidorah
b6d92b89e3
twilight, kde2-decoration: add myself to maintainers
2018-07-28 17:45:45 +03:00
Sage
49ae194b23
yaxg: init at 2018-07-20
...
* yaxg: init at 2018-07-20
* yaxg: replaced makeWrapper with wrapProgram
* yaxg: Fixed version number and some formatting
2018-07-25 07:14:14 -07:00
Frederik Rietdijk
6275a31f33
Merge pull request #43859 from Hodapp87/appleseed_190b_fix_python
...
appleseed: Fix non-executable items and Python bindings
2018-07-24 21:54:02 +02:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Pascal Wittmann
828bb68c20
barcode: add license
...
see issue #43716
2018-07-22 17:38:28 +02:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01: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
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Pascal Wittmann
c4cca95bf2
yafaray-core: adhere to version convention
...
see issue #43717
2018-07-19 21:38:27 +02:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02: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
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
Tuomas Tynkkynen
8258f5bda4
ibniz: init at 1.18
2018-07-17 02:51:41 +03: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
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
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Frederik Rietdijk
3e31d23d99
Merge master into staging
2018-07-13 19:34:19 +02:00
markuskowa
bceb0ee098
pstoedit: patch to ensure gs-9.22 compatibilty ( #43280 )
2018-07-11 00:58:06 +02:00
Matthew Bauer
6eb508a3e8
Merge remote-tracking branch 'upstream/master' into staging
2018-07-09 11:58:38 -04:00
Matthew Bauer
81686434bf
Merge pull request #42817 from Hodapp87/fix_mesa_glu
...
appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
2018-07-05 22:14:08 -04:00
Ryan Mulligan
7937f82665
treewide: http -> https
2018-07-05 18:35:28 -07:00
Will Dietz
405d3f3e6a
luxcorerender: use python-enabled boost
2018-07-05 07:22:53 -05:00
volth
8326b4c519
pngquant: 2.11.7 -> 2.12.1
2018-07-04 21:15:50 +00:00
Chris Hodapp
a0144c7fd8
appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
2018-06-30 09:14:21 -04:00
Matthew Bauer
a7df5d5cdf
Merge pull request #42613 from Hodapp87/yafaray
...
yafaray-core: init at v3.3.0
2018-06-28 22:28:02 -04:00
Matthew Bauer
c7c34f1261
Merge pull request #42638 from Ralith/vulkan
...
Vulkan updates
2018-06-28 22:27:01 -04:00
Matthew Bauer
ef7a63e2ef
Merge pull request #42534 from Hodapp87/structuresynth
...
structure-synth: init at v1.5
2018-06-28 22:23:40 -04:00
Matthew Bauer
197a189c0f
Merge pull request #42334 from Hodapp87/luxcorerender_pr
...
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-28 22:19:50 -04:00
Matthew Bauer
11552ccfed
Merge pull request #42343 from Hodapp87/appleseed_pr
...
appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
2018-06-28 22:11:45 -04:00
Matthew Bauer
2ffadccbe7
Merge pull request #42390 from armijnhemel/netpbm
...
netpbm: update to 10.82.01
2018-06-28 22:09:32 -04:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Mitsuhiro Nakamura
b6411d5e58
feedgnuplot: disable tests
2018-06-28 20:51:41 +09:00
Mitsuhiro Nakamura
c315d355be
feedgnuplot: install shell completions
2018-06-28 12:23:55 +09:00
Mitsuhiro Nakamura
6262034036
feedgnuplot: init at 1.49
2018-06-28 12:21:54 +09:00
Benjamin Saunders
cb2921c839
vulkan-tools: init at 1.1.77.0
2018-06-26 20:38:02 -07:00
Chris Hodapp
b2831de441
yafaray-core: init at v3.3.0
2018-06-26 09:52:27 -04:00
Tuomas Tynkkynen
d92f73e8db
rocket: Init at 2018-06-09
2018-06-25 19:22:25 +03:00
Chris Hodapp
ec73f89a55
structure-synth: init at v1.5
2018-06-24 15:36:07 -04:00
Armijn Hemel
eb0e26101e
netpbm: update to 10.82.01
2018-06-22 20:31:54 +02:00
Chris Hodapp
3b880f55b5
appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
2018-06-21 16:18:13 -04:00
Chris Hodapp
1b187b3961
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-21 13:12:02 -04:00
R. RyanTM
d316ca55a8
vips: 8.6.3 -> 8.6.4
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/vips/versions .
These checks were done:
- built on NixOS
- /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vips passed the binary check.
- /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vipsedit passed the binary check.
- /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vipsthumbnail passed the binary check.
- /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vipsheader passed the binary check.
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/light_correct had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/shrink_width had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/batch_image_convert had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/batch_rubber_sheet had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/batch_crop had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vipsprofile had a zero exit code or showed the expected version
- /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4/bin/vips-8.6 passed the binary check.
- 5 of 11 passed binary check by having a zero exit code.
- 0 of 11 passed binary check by having the new version present in output.
- found 8.6.4 with grep in /nix/store/cffal7h8l17axil62hrsmx2lhja9fpmm-vips-8.6.4
- directory tree listing: https://gist.github.com/3d47ce9f75e2a1d701b3089ffa679618
- du listing: https://gist.github.com/b6aa67c89ec9bb55f45e21ae98e82fdc
2018-06-18 21:08:50 -07:00
Jörg Thalheim
df9f2c7812
Merge pull request #42143 from Ma27/bump-nifskope
...
nifskope: 1.1.3 -> 2.0.dev7
2018-06-18 11:30:47 +01:00
Maximilian Bosch
d60127fd8c
nifskope: 1.1.3 -> 2.0.dev7
...
`nifskope` v2 contains a lot of new features and a new, QT5-based UI
(see https://github.com/niftools/nifskope/releases ). Additionally the
2.0 sourcetree exists for quite a while and after some short user tests
it seems fairly stable.
The following aspects have been changed:
* Use QT 5.9 rather than QT4 (see #33248 ).
* GCC7 support from upstream (gcc6 patch not needed anymore, build on
GCC7 works fine), disabled `-Werror=format-security` can be used again
as compiler flag.
* Patched broken paths in `NifSkope_targets.pri` to point to the proper
dependencies (otherwise `<gli.hpp>` and `qhull` couldn't be found).
* Patched paths in `NifSkope.pro` to `lupdate` and `lrelease` (default
`QT_*` paths point to `libsForQt5x.qtbase` which doesn't contain the
needed binaries, instead they need to point to `libsForQt5x.qttools`).
* Added myself as maintainer.
2018-06-18 00:52:16 +02:00
Pascal Wittmann
4e52780f9d
logstalgia: 1.1.1 -> 1.1.2
2018-06-16 17:19:49 +02:00
Michael Weiss
d2c0168779
maim: 5.5.1 -> 5.5.2
2018-06-14 14:01:03 +02:00
R. RyanTM
753ac6174d
qrencode: 4.0.1 -> 4.0.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/qrencode/versions .
These checks were done:
- built on NixOS
- /nix/store/cywxaw8h01kh5rvkhx7bh2738icds31s-qrencode-4.0.2/bin/qrencode passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.0.2 with grep in /nix/store/cywxaw8h01kh5rvkhx7bh2738icds31s-qrencode-4.0.2
- directory tree listing: https://gist.github.com/93c7bac0fe3aae76a9ef5ebbd9fba7de
- du listing: https://gist.github.com/2b0d6fa748528181bfed9cbb453ed75a
2018-06-13 22:53:35 -07:00
R. RyanTM
b22c1b7994
pstoedit: 3.71 -> 3.73 ( #41528 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pstoedit/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73/bin/pstoedit had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.73 with grep in /nix/store/m0nhahi727p7jwnxysk68svbyxv17k8m-pstoedit-3.73
- directory tree listing: https://gist.github.com/4da3ca3d5e74c32b039a23ccafc88d68
- du listing: https://gist.github.com/66649e7e80a80f79059715f8158aff56
2018-06-09 00:45:22 +02:00
R. RyanTM
276bf53ae9
dcraw: 9.27.0 -> 9.28.0 ( #41716 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/dcraw/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0/bin/dcraw had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 9.28.0 with grep in /nix/store/i7qixx7ll7p7hamiq04sjn73v2f58fjj-dcraw-9.28.0
- directory tree listing: https://gist.github.com/6f620f3965b3cc4522f8f02eaf1115da
- du listing: https://gist.github.com/835f683cdb46fe5ac50f063aeb7d0226
2018-06-08 19:22:23 +02:00
Michael Raskin
a1e32fba96
Merge pull request #41527 from r-ryantm/auto-update/qrencode
...
qrencode: 4.0.0 -> 4.0.1
2018-06-06 06:36:47 +00:00
Will Dietz
e32cdcb7e6
gnuplot: 5.2.3 -> 5.2.4 ( #41505 )
...
http://www.gnuplot.info/ReleaseNotes_5_2_4.html
2018-06-06 05:20:15 +00:00
R. RyanTM
a1df64bab5
qrencode: 4.0.0 -> 4.0.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/qrencode/versions .
These checks were done:
- built on NixOS
- /nix/store/b6r4hmimplv6bb9c6hifz12fviffv7sy-qrencode-4.0.1/bin/qrencode passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.0.1 with grep in /nix/store/b6r4hmimplv6bb9c6hifz12fviffv7sy-qrencode-4.0.1
- directory tree listing: https://gist.github.com/baadc6a6ea64d66edc20bd100d9f2c44
- du listing: https://gist.github.com/c734323c8b2a2924e59912df5f75be0d
2018-06-05 21:43:54 -07:00
leenaars
186675b06f
pdf-redact-tools: init -> 0.1.2 ( #41451 )
2018-06-05 22:31:08 +02:00
Orivej Desh
07e1ae54a6
plotutils: fix parallel building
...
E.g. https://hydra.nixos.org/build/75429322 :
b_closepl.c:21:10: fatal error: xmi.h: No such file or directory
make[2]: *** [Makefile:958: b_closepl.lo] Error 1
make[2]: Leaving directory '/build/plotutils-2.6/libplot'
2018-06-04 06:49:02 +00:00
R. RyanTM
ea3769ec81
povray: 3.7.0.7 -> 3.7.0.8 ( #41269 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/povray/versions .
These checks were done:
- built on NixOS
- /nix/store/hl6rn2fjd9h2g4vks7hrm3yv2f1zh3yc-povray-3.7.0.8/bin/povray passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.7.0.8 with grep in /nix/store/hl6rn2fjd9h2g4vks7hrm3yv2f1zh3yc-povray-3.7.0.8
- directory tree listing: https://gist.github.com/d35bed4b147aefbe2b8c6e42bdf56ccb
- du listing: https://gist.github.com/75bee836a81741aa901a3677fb40aa16
2018-05-31 00:14:46 +02:00
John Ericson
18742471af
Merge remote-tracking branch 'upstream/master' into staging
...
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
Pascal Wittmann
eadb87d36d
Merge pull request #40726 from dbohdan/s2png
...
s2png: init at 0.7.2
2018-05-22 18:06:59 +02:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging
2018-05-20 13:20:53 +02:00
Silvan Mosberger
c8a8ecb5b3
blockhash: init at 0.3 ( #40737 )
2018-05-19 23:33:09 +02:00
dbohdan
1d2eeec16c
s2png: init at 0.7.2
2018-05-18 17:19:31 +03:00
Tuomas Tynkkynen
6b6a575748
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/tools/networking/telnet/default.nix
pkgs/top-level/aliases.nix
2018-05-16 03:09:33 +03:00
Michael Weiss
30a788b71e
maim: 5.5 -> 5.5.1
2018-05-15 20:38:43 +02:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
R. RyanTM
941b2a17cb
gnuplot: 5.2.2 -> 5.2.3
...
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 .
These checks were done:
- built on NixOS
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot -h’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot --help’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped -h’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped --help’ got 0 exit code
- found 5.2.3 with grep in /nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3
- directory tree listing: https://gist.github.com/c09c0907f914e36a3f7c086d4b978dbf
2018-05-07 03:41:32 -07:00