Jörg Thalheim
c8ff4a92f7
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.
(cherry picked from commit dadc7eb329
)
2019-02-26 18:12:01 -05:00
John Ericson
f07097902c
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 13:22:08 -05:00
Will Dietz
ed60483257
llvm-polly,clang-polly: Add llvm/clang variants w/polly support ( #55065 )
...
* llvm: build w/polly in-tree, optionally
Don't enable by default yet, defer rebuilds.
* top-level: llvm-polly, clang-polly
* bit hacky re:overrides
* need to explicitly set cmake flags for clang to link in polly
2019-02-25 15:20:52 -06:00
Will Dietz
148e0f6de8
qtractor: 0.6.7 -> 0.9.4 ( #55643 )
...
FWIW this release is marked as a beta but so is 0.6.7
and a quick glance suggests every release is as well :).
* move to qt5
* drop gtk2
* fixup some nativeBuildInputs
2019-02-25 15:13:36 -06:00
Linus Heckemann
31f0972e27
Merge pull request #52464 from hyperfekt/fish_generate-completions
...
nixos/fish: generate autocompletions from man pages
2019-02-25 22:03:51 +01:00
mschonfinkel
cedd8bfa0e
Added jq to playonlinux deps
2019-02-25 20:57:36 +01:00
Sarah Brofeldt
fe2a2b3ed5
Merge pull request #56356 from johanot/certmgr-1.6.4
...
certmgr: 1.6.1 -> 1.6.4
2019-02-25 20:09:03 +01:00
Tor Hedin Brønner
9202c5ab8f
gnome3.gnome-desktop: fix thumbnailing with missing fontconfig cache ( #56346 )
...
Also use @storeDir@ instead of hardcoded /nix/store
2019-02-25 20:04:28 +01:00
Pascal Wittmann
81fa512bd8
Merge pull request #56351 from yrashk/pugixml-pkgconfig
...
pugixml: always include pkgconfig file
2019-02-25 20:03:27 +01:00
Ryan Mulligan
fcc2834b80
Merge pull request #25655 from elitak/beam
...
buildRebar3 and buildMix depend less on hex registry
2019-02-25 10:22:51 -08:00
Niclas
5082ab8335
creep: init at 0.31 ( #56264 )
2019-02-25 11:12:54 -06:00
Andreas Rammhold
c3a3ae1961
Merge pull request #56353 from P-E-Meunier/buildRustCrate
...
buildRustCrate: adding the description field
2019-02-25 17:42:28 +01:00
Johan Thomsen
b5c81d0154
certmgr: 1.6.1 -> 1.6.4
2019-02-25 17:26:00 +01:00
R. RyanTM
94b64c27b1
gammu: 1.39.0 -> 1.40.0 ( #55317 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gammu/versions
2019-02-25 17:06:28 +01:00
Michael Raskin
0f5b9577e4
Merge pull request #56319 from tohl/master
...
sbcl updated, tested on nixos x86_64
2019-02-25 16:05:39 +00:00
R. RyanTM
d73ef83773
python37Packages.py3exiv2: 0.4.0 -> 0.5.0 ( #55193 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-py3exiv2/versions
2019-02-25 17:04:39 +01:00
R. RyanTM
33636d612d
python37Packages.gensim: 3.6.0 -> 3.7.0 ( #54729 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gensim/versions
2019-02-25 17:01:15 +01:00
R. RyanTM
8c00d376e3
python37Packages.stripe: 2.10.1 -> 2.18.0 ( #54704 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stripe/versions
2019-02-25 17:00:01 +01:00
R. RyanTM
8ca7a22739
python37Packages.Pyro4: 4.74 -> 4.75 ( #54680 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyro4/versions
2019-02-25 16:58:43 +01:00
R. RyanTM
2d5c827ad6
python37Packages.txtorcon: 18.3.0 -> 19.0.0 ( #54679 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-txtorcon/versions
2019-02-25 16:56:53 +01:00
R. RyanTM
5bb66b3133
python37Packages.portpicker: 1.2.0 -> 1.3.0 ( #54678 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-portpicker/versions
2019-02-25 16:49:30 +01:00
Sondre Nilsen
4e0b4a2f50
git-ignore: init at v0.2.0 ( #56248 )
...
A small program to quickly and easily fetch .gitignore templates from
www.gitignore.io
2019-02-25 16:47:18 +01:00
hyperfekt
5cc6377647
nixos/fish: generate autocompletions from man pages
2019-02-25 16:39:04 +01:00
Artemis Tosini
77cf0b05bf
neovim: Update ruby provider to 0.8.0 ( #56316 )
2019-02-25 16:34:35 +01:00
Pierre-Étienne Meunier
32e94c2674
buildRustCrate: adding the description field
2019-02-25 15:22:03 +00:00
Ryan Mulligan
fb2c419b5d
Merge pull request #56341 from nipav/master
...
yokadi: 1.1.1 -> 1.2.0
2019-02-25 07:19:15 -08:00
xeji
0a63b6528b
Merge pull request #55547 from delroth/fix-warnings
...
Fix 3 warnings in nixos/tests
2019-02-25 16:01:42 +01:00
Andreas Rammhold
64c60a813d
nixos/gnunet: fix typo in PrivateTmp
parameter ( #56343 )
...
Systemd expects `PrivateTmp` and not `PrivateTemp` in the service
configuration.
I found this by chance while grepping through nixpkgs…
2019-02-25 15:53:36 +01:00
Yurii Rashkovskii
d2eecfc160
pugixml: always include pkgconfig file
...
In master, this is always enabled: https://github.com/zeux/pugixml/pull/193
2019-02-25 06:47:09 -08:00
Silvan Mosberger
22f9405dc7
Merge pull request #52940 from Melkor333/mcfly-init
...
mcfly: init at v0.3.1
2019-02-25 15:29:19 +01:00
Melkor333
a75e25b919
mcfly: init at v0.3.1
2019-02-25 13:49:09 +01:00
Alyssa Ross
f3a676a88c
Merge pull request #56308 from livnev/master
...
gem-config: add native taglib dependency to taglib-ruby gem
2019-02-25 12:42:16 +00:00
Tor Hedin Brønner
c3694e1f3a
Merge pull request #56188 from layus/poc-fix-nautilus-thumbnails
...
Fix thumbnails generation in nautilus
2019-02-25 13:33:47 +01:00
Lev Livnev
c08b7460da
gem-config: add native taglib dependency to taglib-ruby gem
2019-02-25 12:20:52 +00:00
Tor Hedin Brønner
3a83ec23dc
Merge pull request #54299 from dtzWill/update/xdg-desktop-portal-1.1.1
...
xdg-desktop-portal{,-gtk}: 1.1.0 -> 1.2.0
flatpak: 1.1.3 -> 1.2.3
2019-02-25 13:14:01 +01:00
Niko Pavlinek
4681b49407
yokadi: 1.1.1 -> 1.2.0
2019-02-25 13:10:59 +01:00
Linus Heckemann
dd25140305
Merge pull request #56326 from uvNikita/openssh/fix-socket
...
sshd: fix startWhenNeeded and listenAddresses combination
2019-02-25 12:06:11 +01:00
Elis Hirwing
7ca00868ec
Merge pull request #56321 from delroth/nginx-sso-0.16
...
nginx-sso: 0.15.1 -> 0.16.0
2019-02-25 11:00:00 +01:00
Elis Hirwing
0d3230f339
Merge pull request #56335 from Izorkin/nginx-fix-config
...
nginx: fix formating the config file
2019-02-25 10:59:37 +01:00
Profpatsch
a36d2eac2e
nettee: init at 0.3.4
2019-02-25 10:34:16 +01:00
Profpatsch
61c22bcc0e
build-support/skaware: factor out clean packaging utils
...
They are useful for other packages as well.
2019-02-25 10:34:16 +01:00
Vincent Laporte
4266523c14
why3: 1.1.1 -> 1.2.0
2019-02-25 10:09:15 +01:00
Guillaume Maudoux
a3e440ca8b
gnome-desktop: cherry-pick nautilus sandbox changes
2019-02-25 09:48:12 +01:00
Guillaume Maudoux
02d3e97750
nautilus: fix thumbnail generation on NixOS
2019-02-25 09:47:23 +01:00
Pascal Wittmann
b25ae9b254
Merge pull request #56330 from eadwu/wakatime/10.8.0
...
wakatime: 10.6.0 -> 10.8.0
2019-02-25 08:42:21 +01:00
Peter Hoeg
2d02c93978
Merge pull request #56332 from peterhoeg/f/portal
...
xdg-desktop-portal-kde: fix missing dependency
2019-02-25 13:51:12 +08:00
Peter Hoeg
41b216cda8
xdg-desktop-portal-kde: fix missing dependency
2019-02-25 12:45:15 +08:00
worldofpeace
da16e98850
Merge pull request #56327 from romildo/upd.numix-icon-theme-circle
...
numix-icon-theme-circle: 19.01.24 -> 19.02.22; numix-icon-theme-square: 19.01.24 -> 19.02.22
2019-02-24 23:43:58 -05:00
worldofpeace
ee50688119
pantheon.elementary-session-settings: use custom mimeapps.list
...
We need this to be customized because in the latest GNOME
the desktop file name for evince changed from `evince.desktop` to
`org.gnome.Evince.desktop`.
Additonally we don't have pantheon-mail so we have to switch that
out for geary.
Also note that we're using the desktop specific type
of mimeapps.list[0]. This makes the defaults only apply for the
pantheon desktop.
[0]: https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html
2019-02-24 23:12:38 -05:00
worldofpeace
ba7eb15363
lollypop: add hicolor-icon-theme for setup hook
2019-02-24 22:50:37 -05:00