Commit Graph

3473 Commits

Author SHA1 Message Date
Silvan Mosberger
5cc7ce99b8
Merge pull request #57553 from Kiwi/vim-plugins-fix
vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputs
2019-03-14 20:00:02 +01:00
Ihar Hrachyshka
4730466366 xscreensaver: Enable perl modules needed for RSS image fetch (#57629) 2019-03-14 08:20:51 +00:00
Robert Djubek
d8e8c4e362
vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputs 2019-03-13 00:04:26 +00:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Jörg Thalheim
c08f80839f
Merge pull request #57313 from delroth/gs-lcms2mt
ghostscript: link against "systemwide" liblcms2
2019-03-11 10:29:57 +00:00
Will Dietz
3322f81fa7
Merge pull request #57198 from dtzWill/update/tetra-gtk-theme-201903
tetra-gtk-theme: 201902 -> 201903
2019-03-11 05:17:51 -05:00
R. RyanTM
132bb0bbe3 mgba: 0.7.0 -> 0.7.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/mgba/versions
2019-03-10 17:17:10 -07:00
Pierre Bourdon
128bb7be2a
ghostscript: link against "systemwide" liblcms2
GS ships with a fork of lcms2 ("lcms2mt"), but the ABI separation
between the fork and the original seems insufficient. If libgs is linked
alongside liblcms2 (for example, this is the case with imagemagick) then
it will call into the original library instead of the fork, causing
segfaults.

Follow the example of both Arch and Debian in this regard -- they both
use the systemwide lib instead of the fork.
2019-03-11 00:07:18 +01:00
Will Dietz
48568dd7af tetra-gtk-theme: -> 201903 2019-03-09 18:50:50 -06:00
Vladimír Čunát
6e6633bacb
Merge #56586: vimPlugins.meson: init, following pkgs.meson 2019-03-08 12:21:44 +01:00
Jörg Thalheim
34aa254f9e
Merge pull request #56191 from tobim/restrict-vim-update
Restrict vim update.py to generated.nix
2019-03-03 22:12:45 +00:00
Dmitry Kalinkin
bf483b6e4e
Merge pull request #56638 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/fix-dependency-path
vscode-extensions.WakaTime.vscode-wakatime: fix dependency path
2019-03-03 05:40:02 -05:00
Edmund Wu
f6505ee317
vscode-extensions.WakaTime.vscode-wakatime: fix dependency path 2019-03-01 22:49:40 -05:00
R. RyanTM
390c00ee9a cups-filters: 1.22.0 -> 1.22.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/cups-filters/versions
2019-03-01 17:15:56 -08:00
Vladimír Čunát
aed7621ef8
vimPlugins.meson: init, following pkgs.meson 2019-03-01 17:13:43 +01: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
Nick Hu
2124b002c6 cups-brother-hl3140cw: init at 1.1.4-0 2019-02-26 10:09:03 +00:00
Edmund Wu
f97fa7aca1 vscode-extensions.WakaTime.vscode-wakatime: 1.2.5 -> 1.2.7 2019-02-25 20:37:51 -05:00
Maximilian Bosch
718de515b2
Merge pull request #56277 from matix2267/vim-customizable-manpages
vim_customizable: Include manpages in the output
2019-02-25 23:04:21 +01:00
Michael Raskin
7dacb80b49
Merge pull request #56218 from hlandau/fixdrvfree
Reclassify printer drivers erroneously marked as GPL
2019-02-24 18:24:39 +00:00
Hugo Landau
603b8c430d
Reclassify printer drivers erroneously marked as GPL
Some CUPS printer drivers were marked as being GPL.
This changes them to reflect their actual, unfree licence.
2019-02-24 17:25:39 +00:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Elis Hirwing
d4f487a78b
Merge pull request #56220 from SeTSeR/master
acpilight: init at 1.1
2019-02-24 08:28:51 +01:00
Mateusz Gołębiewski
75211154ed vim: Allow independent setting of executable names
* Allow settign gvim wrapper name independently of vim wrapper name.
* Allow setting vim wrapper name independently of derivation name.
* Refactor multiple places where name was checked for null with default
  value.
2019-02-24 05:07:46 +01:00
Patrick Callahan
b623da79e4 vim-utils: include vim man pages in the output of vim_customizable.customize 2019-02-24 04:31:00 +01:00
R. RyanTM
d7d9660b4d cups-filters: 1.21.6 -> 1.22.0 (#54841)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups-filters/versions
2019-02-24 00:43:46 +01:00
Sergey Makarov
4cae259fce
acpilight: init at 1.1
Use pname instead of manual adding version to package name
2019-02-24 00:09:11 +03:00
rnhmjoj
1985d423c3
gnash: 0.8.11-2017-03-08 -> 0.8.11-2019-02-16 2019-02-22 18:19:29 +01:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Tobias Mayer
134a061d93 Restrict vim update.py to generated.nix 2019-02-22 15:49:43 +01:00
xeji
969cff2691
Merge pull request #55401 from xtruder/pkgs/hplip/3.19.1
hplip: 3.18.5 -> 3.19.1
2019-02-21 23:23:33 +01:00
Cray Elliott
4cfb4ec5f4 dolphinEmuMaster: 2018-12-25 -> 2019-02-16 2019-02-21 01:27:28 -08:00
Cray Elliott
c210206b7a mgba: 0.6.3 -> 0.7.0 2019-02-21 00:56:52 -08:00
Frederik Rietdijk
e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Matthias Beyer
f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Jared Tobin
94f26cb96e
urbit: 0.6.0 -> 0.7.3 2019-02-20 22:35:49 +13:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Benedikt Heine
fa82ebccf6 epkowa: support Epson Perfection V330 Photo 2019-02-19 20:45:31 -05:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Linus Heckemann
b5516575a9
Merge pull request #54522 from tadeokondrak/wine-update
Update wine{stable,unstable,staging,mono}
2019-02-18 13:41:34 +01:00
Jörg Thalheim
cbd6457a88
Merge pull request #55654 from rvolosatovs/update/vim-plugins
vimPlugins: Update
2019-02-18 12:10:57 +00:00
Ryan Mulligan
d7aed7bf30
Merge pull request #54332 from nphilou/master
epson-201106w: init at 1.0.1
2019-02-17 19:50:14 -08:00
Lengyel Balazs
4310dfc90a
wine{Unstable,Staging}: 4.1 -> 4.2 2019-02-17 13:34:55 -07:00
Ryan Mulligan
89e0551672
Merge pull request #55857 from tobim/update-lcn
LanguageClient-neovim: 2018-09-07 -> 0.1.140
2019-02-17 09:28:17 -08:00
Ryan Mulligan
592ad9c992
Merge pull request #55563 from periklis/lguf-brightness-bump-version
lguf-brightness: unstable-2019-02-07 -> unstable-2019-02-11
2019-02-17 06:43:52 -08:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
A mass darwin rebuild from master (#55784).
2019-02-17 08:05:24 +01:00
worldofpeace
b63e40018d
arc-theme: cleanup 2019-02-16 17:58:09 -05:00
Roman Volosatovs
37aacb9553
vimPlugins: Update 2019-02-16 21:01:32 +01:00