Commit Graph

2759 Commits

Author SHA1 Message Date
Nikolay Amiantov
dccf85a354 Revert "cups: fix path to socket and run directory"
This reverts commit 34a37c5e94.
2018-02-23 18:47:35 +03:00
Nikolay Amiantov
34a37c5e94 cups: fix path to socket and run directory
We use default /var/run/cups/cups.sock in NixOS but here it's misdefined to be
/run/cups.sock. Return it to default.
2018-02-23 18:43:51 +03:00
wisut hantanong
317da085aa winetricks: 20171222 -> 20180217 2018-02-23 14:41:52 +07:00
Jörg Thalheim
d4385d7fc3
Merge pull request #35134 from xeji/mfcl2720dw
mfcl2720dwlpr / mfcl2720dwcupswrapper: init at 3.2.0-1
2018-02-21 10:28:24 +00:00
Marcus Brinkmann
3d0b2f1e63 foo2zjs: 20110210 -> 20171202 (#32812) 2018-02-20 19:25:07 +00:00
Shea Levy
6c4ac28b6f
riscv-pk: Properly respect --prefix. 2018-02-20 10:29:43 -05:00
adisbladis
e4fb79971c
Merge pull request #35165 from pjan/vim-rooter
Adds vim-rooter plugin
2018-02-20 16:58:09 +08:00
Shea Levy
fd2f2bbe6f
riscv-pk: Add a variant with a kernel 2018-02-19 12:37:46 -05:00
pjan vandaele
92b6275773
Adds vim-rooter plugin 2018-02-19 12:09:17 +09:00
Shea Levy
29013598a7
Fix typo 2018-02-18 19:28:23 -05:00
Shea Levy
7f3c97ae9e
riscv-pk: Init at 01.pre438_e5846a2. 2018-02-18 18:11:03 -05:00
xeji
6e9bc081b1 mfcl2720dwcupswrapper: init at 3.2.0-1
Brother MFC-L2720DW CUPS wrapper driver
2018-02-18 19:47:05 +01:00
xeji
380d759659 mfcl2720dwlpr: init at 3.2.0-1
Brother MFC-L2720DW lpr driver
2018-02-18 19:37:19 +01:00
Ambroz Bizjak
965ddac92f cups: Add patch for bug where CUPS fails to save files to disk
Upstream report: https://github.com/apple/cups/issues/5118

In addition to not saving files, this results in spam messages in the log once per second (Expiring subscriptions...)
which is what led me to discover this bug. The patch was made by hand because the patch from the commit does not apply.
2018-02-18 14:46:01 +01:00
Stijn DW
56c88781ee brlaser: init from latest git 2018-02-17 20:27:15 +01:00
Jan Malakhovski
2f4eb68241 libpressureaudio: init at apulse.version 2018-02-17 17:51:07 +00:00
Jan Malakhovski
771d635f0e apulse: 0.1.10 -> 0.1.11 2018-02-17 16:02:53 +00:00
André-Patrick Bubel
3a27c298f2
cups-kyocera: Fix spelling mistake in comment 2018-02-16 21:44:42 +01:00
Sam Parkinson
64573492e2 vim-pencil: init at 2017-06-14 2018-02-12 22:33:41 +01:00
Jörg Thalheim
cbd14de2c0
Merge branch 'master' into add_vim_plugins 2018-02-10 12:38:56 +00:00
Jörg Thalheim
2bffc88a51
Merge pull request #34631 from symphorien/targets-vim
vimPlugins.targets-vim: init at 2017-12-03
2018-02-10 00:52:17 +00:00
Jörg Thalheim
dad8a01530
Merge pull request #34739 from ryantm/ataripp
ataripp: 1.73 -> 1.81
2018-02-09 08:27:38 +00:00
Ryan Mulligan
64fbc476b7 ataripp: 1.73 -> 1.81
fixes #34725
2018-02-08 07:43:34 -08:00
Maximilian Bosch
8e70725077
vim_configurable: enable overrides
Sometimes it's needed to override parts of `vim_configurable`, for
instance when using ENSIME (http://ensime.github.io/), in this case you
need a Python interpreter and the modules `sexpdata` and
`websocket_client`.

However overriding `vim_configurable` is quite hard as we run
`vimUtils.makeCustomizable` over the default comming from
`configurable.nix`. Therefore it's necessary to copy the code from
`all-packages.nix` and alter the parts you need: https://nixos.org/nix-dev/2017-April/023364.html

In order to simplify overriding `vim_configurable` I added an
`override` and an `overrideAttrs` function to `vimutils.makeCustomizable`
to ensure that the customization capabilities won't be lost after
altering the derivation.

Now it's possible to write expressions like this without evaluation
failures:

```
with pkgs;

let
  vimPy3 = vim_configurable.override {
    python = python3;
  };
in vimPy3.customize { ... }
```
2018-02-07 16:57:40 +01:00
Symphorien Gibol
9d5cce6767 vimPlugins.targets-vim: init at 2017-12-03 2018-02-05 18:35:16 +01:00
José Romildo Malaquias
7bf36a8a9a greybird: 3.22.5 -> 3.22.6 2018-02-04 09:08:17 -02:00
Guillaume Maudoux
c70c9649ea
cups-filters: 1.16.0 -> 1.20.0 2018-02-03 00:07:11 +01:00
Kamil Chmielewski
81334e531e vim-elixir: 2017-10-20 -> 2018-02-01 2018-02-02 10:57:41 +01:00
Anders Sildnes
544e214975
vim-plugins: correct name for vim-github-dashboard 2018-02-01 16:24:11 +01:00
Anders Sildnes
cf0a87b44e
vim-plugins: sort plugin-names and fix indentation 2018-02-01 16:23:39 +01:00
Anders Sildnes
81d444102c
vim-plugins/auto_pairs: remove redundant/dead reference 2018-02-01 16:23:01 +01:00
Anders Sildnes
d8311b87c2
vim-plugins/vim-textobj-user: init 2018-02-01 16:22:55 +01:00
Anders Sildnes
b0864c33e3
vim-plugins/improved-ansiesc: init 2018-02-01 16:22:24 +01:00
Anders Sildnes
1af14e0f1e
vim-plugins/open-browser: init 2018-02-01 16:22:21 +01:00
Anders Sildnes
7aa5e6bfaf
vim-plugins/vim-themis: init 2018-02-01 16:22:19 +01:00
Anders Sildnes
18dd939118
vim-plugins/vim-smalls: init 2018-02-01 16:22:17 +01:00
Anders Sildnes
45ab7091a7
vim-plugins/tabpagebuffer: init 2018-02-01 16:22:14 +01:00
Anders Sildnes
dea716d801
vim-plugins/neoyank: init 2018-02-01 16:22:12 +01:00
Anders Sildnes
fffe2f8384
vim-plugins/neomru: init 2018-02-01 16:22:10 +01:00
Anders Sildnes
b1a60ba86b
vim-plugins/neoinclude: init 2018-02-01 16:22:07 +01:00
Anders Sildnes
7e7c89d7df
vim-plugins/necosyntax: init 2018-02-01 16:22:05 +01:00
Anders Sildnes
555306364e
vim-plugins/echodoc: init 2018-02-01 16:22:00 +01:00
Anders Sildnes
7e8f286499
vim-plugins/denite: init 2018-02-01 16:21:49 +01:00
Anders Sildnes
355062b3a9
vim-plugins/context-filetype: init 2018-02-01 16:21:44 +01:00
Anders Sildnes
5f93dc5918
vim-plugins/committia: init 2018-02-01 16:21:42 +01:00
Anders Sildnes
7ee75b8cf4
vim-plugins/vim-wordy: init 2018-02-01 16:21:40 +01:00
Anders Sildnes
4d5acac34b
vim-plugins/vim-operator-user: init 2018-02-01 16:21:38 +01:00
Anders Sildnes
5fa0183d00
vim-plugins/vim-operator-replace: init 2018-02-01 16:21:35 +01:00
Anders Sildnes
e77a83b808
vim-plugins/vim-niceblock: init 2018-02-01 16:21:33 +01:00
Anders Sildnes
d718644baf
vim-plugins/vim-textobj-multiblock: init 2018-02-01 16:21:31 +01:00
Anders Sildnes
cee0a1c1a1
vim-plugins/vim-test: init 2018-02-01 16:21:28 +01:00
Anders Sildnes
4b036bb019
vim-plugins/vim-gitbranch: init 2018-02-01 16:21:26 +01:00
Anders Sildnes
b39683a4df
vim-plugins/vim-json: init 2018-02-01 16:21:24 +01:00
Anders Sildnes
40f8ccbb3c
vim-plugins/cute-python: init 2018-02-01 16:21:22 +01:00
Anders Sildnes
e55ffc0c3e
vim-plugins/concealedyank: init 2018-02-01 16:21:19 +01:00
Anders Sildnes
edeeae7b5c
vim-plugins/denite-git: init 2018-02-01 16:21:17 +01:00
Anders Sildnes
d12a748955
vim-plugins/denite-extra: init 2018-02-01 16:21:14 +01:00
Anders Sildnes
140ddbd1c5
vim-plugins/mayansmoke: init 2018-02-01 16:21:10 +01:00
Anders Sildnes
6b4c532632
vim-plugins/vim-operator-surround: init 2018-02-01 16:21:08 +01:00
Anders Sildnes
f90e3bae4e
vim-plugins/vim-toml: init 2018-02-01 16:21:06 +01:00
Anders Sildnes
3bc1af57c7
vim-plugins/vim-grepper: init 2018-02-01 16:20:58 +01:00
Anders Sildnes
89763446e9
vim-plugins/vim-bazel: init 2018-02-01 16:20:55 +01:00
Anders Sildnes
9096a92a4d
vim-plugins/peskcolor.vim.git init 2018-02-01 16:20:50 +01:00
adisbladis
ac4f896fc6
Merge pull request #34252 from bkchr/hplip_fixes
hplip: Fixes runtime errors
2018-01-30 17:47:49 +08:00
John Wiegley
e58adb9238 myEnvFun: fix sed script edit 2018-01-28 23:49:04 -08:00
adisbladis
792a3d97b5
electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20 2018-01-28 06:51:30 +08:00
Herwig Hochleitner
4e8cd90b67 wineStaging: remove evaluation warning
cc @peti @7c6f434c
2018-01-26 17:21:58 +01:00
Bastian Köcher
9abc4a550f hplip: Fixes runtime errors
The following errors are fixed:
- pyqt4 not found
- hpasio for sane not found
2018-01-26 12:59:00 +01:00
Herwig Hochleitner
4fec62d01d wineUnstable: 2.21 -> 3.0
wineStaging redirects to wineUnstable, for now
2018-01-25 23:43:54 +01:00
rnhmjoj
d157794ff9
citra: 2017-07-26 -> 2018-01-24 2018-01-24 21:54:42 +01:00
Frederik Rietdijk
02c8939f2e
Merge pull request #34146 from symphorien/fix-epkowa
Fix epkowa
2018-01-24 08:41:22 +01:00
Will Dietz
950a69c351 vim-plugins: Add vim-dirdiff 2018-01-23 10:23:56 -06:00
Symphorien Gibol
ebcd591f30 epkowa: make symphorien maintainer 2018-01-22 16:30:47 +01:00
Symphorien Gibol
eff980c6cb epkowa: fix patch download url
the patch was modified (see [1]) so specify the git revision when
downloading it.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?id=32694b0b3b24bd6729e613fabd7a3050c658c95b
2018-01-22 15:56:24 +01:00
Herwig Hochleitner
6cc8541ef5 winetricks: 20171018 -> 20171222 2018-01-22 02:16:42 +01:00
Sarah Brofeldt
c7367048d1
Merge pull request #34075 from Ma27/init-gitv
vimPlugins.gitv: init
2018-01-21 12:07:58 +01:00
Maximilian Bosch
76f1c77f5f
vimPlugins.gitv: init 2018-01-20 11:03:02 +01:00
Andreas Rammhold
a4edba9943
Merge pull request #34045 from andir/kmod-missing-libelf
Fix remaining 4.14 libelf outbreak
2018-01-19 14:16:22 +00:00
Andreas Rammhold
a4d3c86e05
linuxPackages.vhba: use kernel.moduleBuildDependencies instead of hardcoding libelf 2018-01-19 14:40:14 +01:00
Lengyel Balazs
287415ad52 wine-stable: 2.0.3 -> 3.0 2018-01-18 17:24:34 -08:00
Bas van Dijk
af47db6a3a elk: 5.6.5 -> 5.6.6
Security fix for CVE-2018-3818.

https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.6.html
https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-6.html
2018-01-17 02:11:19 +01:00
Samuel Dionne-Riel
22de8e1917 hll2390dw-cups: init at 4.0.0-1 2018-01-16 20:04:26 -05:00
Bas van Dijk
e842ffbb33 elk: 6.1.1 -> 6.1.2
Contains a security fix for kibana: CVE-2018-3818.

https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.1.2.html
https://www.elastic.co/guide/en/logstash/6.1/logstash-6-1-2.html
https://www.elastic.co/guide/en/kibana/6.1/release-notes-6.1.2.html
https://www.elastic.co/guide/en/beats/libbeat/6.1/release-notes-6.1.2.html
2018-01-17 01:29:53 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Daiderd Jordan
cf8643cc8e
Merge pull request #33942 from andsild/add_vim_plugins
Add and update vim plugins
2018-01-16 21:35:25 +01:00
Anders Sildnes
999b889907
vim-plugins/fugitive: 2017 -> 2018 2018-01-16 17:18:30 +01:00
Anders Sildnes
82f0cfaf58
vim-plugins/vim-dashboard init 2018-01-16 17:18:27 +01:00
Anders Sildnes
c1ef975d00
vim-plugins/deoplete.nvim: 2017 -> 2018 2018-01-16 17:18:25 +01:00
Anders Sildnes
14fed7b7b9
vim-plugins/fzf.vim: 2017 -> 2018 2018-01-16 17:18:17 +01:00
Anders Sildnes
c0436f5c0b
vim-plugins/tabpagecd init 2018-01-16 17:18:14 +01:00
Anders Sildnes
ad746d1beb
vim-plugins/vim-ft-diff_fold init 2018-01-16 17:18:11 +01:00
Anders Sildnes
f1e3289286
vim-plugins/vim-logreview init 2018-01-16 17:18:09 +01:00
Anders Sildnes
2f1be1f27d
vim-plugins/vim-jsbeautify init 2018-01-16 17:18:06 +01:00
Anders Sildnes
632fb7d5b4
vim-plugins/vim-javascript init 2018-01-16 17:18:04 +01:00
Anders Sildnes
78108d37f3
vim-plugins/vim-cursorword init 2018-01-16 17:18:01 +01:00
Anders Sildnes
edd27a8a30
vim-plugins/sparkup init 2018-01-16 17:17:58 +01:00
Anders Sildnes
d2bec58233
vim-plugins/table-mode: 2017 -> 2018 2018-01-16 17:17:49 +01:00
Anders Sildnes
18ce75d24c
vim-plugins/vim-ruby init 2018-01-16 17:14:25 +01:00
Anders Sildnes
565a912cbb
vim-plugins/riv init 2018-01-16 17:14:15 +01:00
Anders Sildnes
14329d3035
vim-plugins/vim-scouter init 2018-01-16 17:14:05 +01:00
Anders Sildnes
5f891a72b5
vim-plugins/prettyprint init 2018-01-16 17:13:52 +01:00
Anders Sildnes
c690cb6995
vim-plugins/neco-look init 2018-01-16 17:13:43 +01:00
Anders Sildnes
10412490c7
vim-plugins/zeavim init 2018-01-16 17:13:36 +01:00
Anders Sildnes
db75ba31aa
vim-plugins/xterm-color-table init 2018-01-16 17:13:27 +01:00
Anders Sildnes
413ddd19bd
vim-plugins/easygit init 2018-01-16 17:13:13 +01:00
Anders Sildnes
9bd6dc7a78
vim-plugins/csv init 2018-01-16 17:13:05 +01:00
Anders Sildnes
8c83fd3edc
vim-plugins/caw init 2018-01-16 17:12:55 +01:00
Anders Sildnes
52903053e3
vim-plugins/SyntaxRange init 2018-01-16 17:12:42 +01:00
Anders Sildnes
f2f4d7a658
vim-plugins/Syntastic: 2017 -> 2018 2018-01-16 17:12:11 +01:00
Anders Sildnes
bb2bbe4ee6
vim-plugins/Cosco init 2018-01-16 17:11:58 +01:00
Anders Sildnes
5eb58fbc37
vim-plugins/autopairs init 2018-01-16 17:10:20 +01:00
Herwig Hochleitner
9059c93b84 linuxPackages.vhba: fix add libelf build input 2018-01-15 20:52:19 +01:00
Sarah Brofeldt
ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Xander Remon van der Goot
cbe4805592 hl1110 : init at 3.0.1-1
This commit adds a cups driver for the Brother HL1110 printer.
2018-01-13 23:26:42 +01:00
Jörg Thalheim
1e2b7d3146
Merge pull request #33785 from romildo/upd.zuki-themes
zuki-themes: 3.24-2 -> 3.24-3
2018-01-13 13:04:20 +00:00
Jörg Thalheim
864239fcd1
Merge pull request #33788 from romildo/upd.blackbird
blackbird: 2016-02-20 -> 2017-12-13
2018-01-13 12:49:22 +00:00
José Romildo Malaquias
0ca055a753 blackbird: 2016-02-20 -> 2017-12-13 2018-01-12 13:04:55 -02:00
José Romildo Malaquias
ae34ecdde7 plano-theme: init at 3.24-3 2018-01-12 12:51:30 -02:00
José Romildo Malaquias
e1f3c42502 zuki-themes: 3.24-2 -> 3.24-3 2018-01-12 12:20:50 -02:00
José Romildo Malaquias
1566b47c21
materia-theme: 20171213 -> 20180110 2018-01-11 21:36:02 +01:00
adisbladis
95ea79a196
Merge pull request #33730 from mogorman/xscreensaver
xscreensaver: 5.37 -> 5.38
2018-01-11 09:53:25 +08:00
Matthew O'Gorman
8bc2025bb2 xscreensaver: 5.37 -> 5.38 2018-01-10 19:26:02 -05:00
Thomas Tuegel
0dec14ba8c
Merge pull request #33208 from nixy/kde-arc-theme
arc-kde-theme: init 2017-11-09
2018-01-10 10:05:34 -06:00
Orivej Desh
fe05782a4f hplip: fix quoting for makeWrapper
Fixes #33625 after #31497
2018-01-09 00:31:38 +00:00
Andrew R. M
03ae844484 arc-kde-theme: init 2017-11-09 2018-01-08 22:03:10 +00:00
Bart Brouns
60f62b512d jackaudio: 1.9.11-RC1 -> 1.9.12 2018-01-05 23:51:30 +01:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Orivej Desh
24d61a48b3 sc-controller: init at 0.4.0.1 2018-01-03 03:27:34 +00:00
José Romildo Malaquias
63c850768f deepin-gtk-theme: 17.10.4 -> 17.10.5 2018-01-02 19:59:28 -02:00
adisbladis
73050d3b20
Merge pull request #33292 from bkchr/mgba
mgba: 0.6.0 -> 0.6.1
2018-01-02 02:23:38 +01:00
Bas van Dijk
e8e88c43f6 elk: 6.1.0 -> 6.1.1 2018-01-02 01:21:55 +01:00
Bas van Dijk
803077ef1c elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0
This change is backwards compatible since the ELK tools at version 5.x
remain unchanged.

The test suite now both tests ELK-5 and ELK-6.
2018-01-02 01:15:29 +01:00
Bas van Dijk
95913d2768 elk: 5.6.1 -> 5.6.5
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.0.html
https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-5.html
https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.5.html
https://www.elastic.co/guide/en/beats/libbeat/5.6/release-notes-5.6.5.html
2018-01-02 01:15:29 +01:00
Bastian Köcher
a7e54afc4d mgba: 0.6.0 -> 0.6.1
Also fixes build with qt 5.10.
2018-01-01 21:07:59 +01:00
Joachim F
aafbd4fabf
Merge pull request #33242 from romildo/upd.adapta-gtk-theme
adapta-gtk-theme: 3.92.1.72 -> 3.93.0.1
2017-12-31 15:12:39 +00:00
Thomas Tuegel
aa5c7fb6f0
Merge pull request #33173 from medovuxa/kde2
kde2-decoration: init at 2017-03-15
2017-12-31 08:37:19 -06:00
José Romildo Malaquias
96003af66c adapta-gtk-theme: 3.92.1.72 -> 3.93.0.1 2017-12-31 10:46:56 -02:00
medovuxa
99770e785a kde2-decoration: init at 2017-03-15 2017-12-31 10:21:45 +03:00
Herwig Hochleitner
5fdf1b972a wine: update stable and unstable
2.0.2 -> 2.0.3
2.19 -> 2.20

additional comments for the update procedure
2017-12-30 14:58:50 +01:00
Herwig Hochleitner
ea4320d348 wine: remove wrapper for wine64
fix #28486
2017-12-30 14:58:47 +01:00
rnhmjoj
aa6a18a6d9
steamcontroller: init at 2017-08-11 2017-12-30 12:31:45 +01:00
Luke Adams
5379bb4def dolphinEmuMaster: 20170902 -> 20171218 2017-12-23 22:31:15 -08:00
Luke Adams
18a1943ad8 dolphinEmuMaster: enable Darwin building (x64 only) 2017-12-23 22:31:15 -08:00
Luke Adams
51e53e0a71 dolphinEmuMaster: Add options to build gui with wx or qt 2017-12-23 22:31:15 -08:00
Luke Adams
a44253ec65 dolphinEmuMaster: allow Dolphin to use nix-provided deps 2017-12-23 22:31:15 -08:00
Luke Adams
6d63847041 dolphinEmuMaster: Create darwin outpath 2017-12-23 22:31:15 -08:00
Luke Adams
1852176d2e dolphinEmuMaster: move inputs to nativeBuildInputs
- add Darwin inputs
- Add curl to prevent in-tree build
- add libpng hidapi wxgtk for dolphin to use
2017-12-23 22:31:15 -08:00
Luke Adams
1e5973850e dolphinEmuMaster: convert cmakeFlags to list 2017-12-23 22:31:15 -08:00
Orivej Desh
d7e6066c71
Merge pull request #32785 from davidak/elementary-gtk-theme
elementary-gtk-theme: init at 5.1.1
2017-12-24 01:01:04 +00:00
Florian Klink
c7f1aa3804 buildUboot: add openssl to nativeBuildInputs
required by tools/kwbimage.c, tools/mxsimage.c and in various other
places too.
As those are tools running on the host, it's a nativeBuildInput.
2017-12-23 04:31:11 +02:00
Florian Klink
bae218e7b5 ubootClearfog: add 2017-12-23 04:31:11 +02:00
Florian Klink
8a844db5fc ubootTools: set CONFIG_ARCH_MVEBU=y
u-boot only builds some architecture-specific tools, if this
architecture is selected in configuration. So a 'allnoconfig' won't
include them.

As they are pretty useful however, we'd like to have them in ubootTools.
This can be accomplished by enabling CONFIG_KIRKWOOD=y and possibly
more later.
2017-12-23 03:51:12 +02:00
Florian Klink
027d7bbb71 uboot: add extraMakeFlags option 2017-12-23 03:51:12 +02:00
Orivej Desh
c47ac0d8bf
Merge pull request #32867 from yegortimoshenko/20171219.103133/propagate-murrine
themes: propagate gtk-murrine-engine, resolves #16268
2017-12-20 04:16:52 +00:00
Orivej Desh
3445138387
Merge pull request #32833 from jtojnar/vala-cleanup
Vala cleanup
2017-12-20 03:40:33 +00:00
Yegor Timoshenko
dfcbbd380e
themes: propagate gtk-murrine-engine, resolves #16268 2017-12-19 22:09:32 +00:00
Jan Tojnar
c9bf4b4f05
seafile-shared: use recent vala + clean-up 2017-12-19 17:25:55 +01:00
José Romildo Malaquias
682022a88a materia-theme: 20171112 -> 20171213 2017-12-19 08:54:45 -02:00
davidak
bf75e9b57a elementary-gtk-theme: init at 5.1.1 2017-12-18 01:44:57 +01:00
Daiderd Jordan
37196b9efa
vim-rhubarb: init at 2017-06-28 2017-12-17 17:45:57 +01:00
Graham Christensen
e5629dc51a
Merge pull request #32365 from vcunat/p/check-meta
check meta, treewide
2017-12-12 18:55:23 -05:00
Vladimír Čunát
3a110ea3f9
treewide platform checks: abort -> throw
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Frederik Rietdijk
1817ec70fd
Merge pull request #31221 from jraygauthier/jrg/vscode-ext-python
vscode-extension-ms-python-python: Init at 0.8.0
2017-12-12 20:58:17 +01:00
Tuomas Tynkkynen
bedc18c461 U-Boot: Add ubootQemuArm 2017-12-12 01:16:10 +02:00
Tuomas Tynkkynen
8b358b84a8 U-Boot: Add a patch to increase max kernel command line length 2017-12-12 01:16:10 +02:00
Samuel Dionne-Riel
262514a3c7 U-Boot: Adds Orange Pi PC build 2017-12-11 19:05:15 +02:00
Vladimír Čunát
2309acf723
Merge branch 'master' into staging 2017-12-09 21:00:07 +01:00
Vladimír Čunát
ca6952fcb7
ghostscript: security 9.20 -> 9.22
There are also non-security changes in the releases. /cc #32459.
Printing test OK, and I tested work with some postscript files.
I also fixed the license - it was changed in 2013 :-/
2017-12-09 17:50:05 +01:00
Jörg Thalheim
f7c7a4cde1 vimPlugins.vim-yapf: fix evaluation 2017-12-09 10:28:40 +00:00
Jörg Thalheim
1592d5a9e7 vimPlugins: update all 2017-12-09 09:59:03 +00:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Orivej Desh
bf0d121aed cups: fix configure flags 2017-12-07 07:22:39 +00:00
Peter Hoeg
e5715d9464 cups: 2.2.2 -> 2.2.6 2017-12-07 07:22:39 +00:00
Jan Malakhovski
1858e8909e tree-wide: fix either check-meta or meta attrs of all the packages I evaluate 2017-12-05 13:46:52 +01:00
Joerg Thalheim
62e6f2eb1d vimPlugins.vim-codefmt: init at 2017-03-04 2017-12-05 10:33:51 +00:00
Joerg Thalheim
5c6c794ae9 vimPlugins.vim-maktaba: init at 2017-05-07 2017-12-05 10:33:51 +00:00
Orivej Desh
4cbbecc85d libretro.mame: fix parallel building 2017-11-29 11:18:14 +00:00
Orivej Desh
c905d9351c gutenprint: fix build
after "gnutls: 3.5.15 -> 3.6.1" became independent from zlib.
2017-11-29 10:08:37 +00:00
Vladimír Čunát
5f020d5627
Merge branch 'staging'
There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Steve Trout
8bc74a908d cnijfilter2: specify --datadir for cnijlgmon3
If --datadir is not given, it uses '${datarootdir}/cnijlgmon3',
with the unsubstituted variable.
2017-11-28 11:26:42 -06:00
Vladimír Čunát
addd20e6f9
Merge branch 'master' into staging 2017-11-28 18:19:34 +01:00
adisbladis
bc6d45f8c5
Merge pull request #32136 from AndersonTorres/upload/higan
higan: 105 -> 106
2017-11-28 18:13:21 +08:00
AndersonTorres
33f9847376 higan: 105 -> 106 2017-11-28 07:23:42 -02:00
Vladimír Čunát
6705f30e2c
Merge branch 'master' into staging 2017-11-27 15:09:53 +01:00
John Ericson
e755a8a27d treewide: Use targetPrefix instead of prefix for platform name prefixes
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Raymond Gauthier
faf13b6794 vscode-extension-ms-python-python: Init at 0.8.0 2017-11-26 22:09:16 -05:00
Orivej Desh
4e344bb5ce retroarch: enable parallel building 2017-11-26 20:12:23 +00:00
Cray Elliott
2e29a1e4b3 wineUnstable: 2.19 -> 2.21 2017-11-26 07:36:21 -08:00
Jörg Thalheim
f2a689b7f6
Merge pull request #31184 from AndersonTorres/upload/openmsx
openmsx: init at git-2017-11-02
2017-11-25 15:55:27 +00:00
Patrick Chilton
8bfa14f5a7 cnijfilter: add 4.00 2017-11-24 21:02:40 +01:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Orivej Desh
10cec932d7 retroarch: enable parallel building 2017-11-21 19:29:29 +00:00
Joerg Thalheim
2c70504892 vimPlugins.vim-grammarous: set languagetool path
Otherwise it try to install languagetool into nix store
2017-11-21 17:05:55 +00:00
Orivej Desh
b089c21506 Merge branch 'master' into staging
* master: (39 commits)
  python.pkgs.pybfd: move to python-modules
  documentation: python 2.6 is no more
  documentation: python3Packages is python36Packages
  wireguard: 0.0.20171101 -> 0.0.20171111
  php_excel: init at 1.0.2
  libxl: init at 3.8.1
  matrix-synapse: 0.24.1 -> 0.25.1
  grafana: 4.6.1 -> 4.6.2
  linux: 4.4.98 -> 4.4.99
  linux: 4.9.62 -> 4.9.63
  linux: 4.13.13 -> 4.13.14
  nixos/zsh: add the type for enableAutosuggestions option
  zsh-powerlevel9k: init at 2017-11-10
  fio: 3.1 -> 3.2
  filebench: rehash source
  nano: 2.8.7 -> 2.9.0
  bonnie: replace dead source link
  less: 520 -> 529
  strace: 4.19 -> 4.20
  iperf: 3.2 -> 3.3
  ...
2017-11-19 08:30:14 +00:00
Tuomas Tynkkynen
931aa5f9e2 U-Boot: 2017.03 -> 2017.11
Also move patches from sd-image-aarch64.nix, they might be useful for
the older raspberries as well.
2017-11-18 13:57:17 +02:00
Orivej Desh
fbdc74c761 makeWrapper: delete --set-eval
because --run is good enough.
2017-11-17 12:53:54 +00:00
Orivej Desh
74648f7466 treewide: use --set-default and --set-eval where appropriate 2017-11-17 12:28:14 +00:00
José Romildo Malaquias
5e98944d78 materia-theme: 20171005 -> 20171112 2017-11-14 22:39:52 -02:00
Matthew Bauer
fdf92b553d dosbox: add gpl2 license 2017-11-13 20:55:40 -06:00
Matthew Bauer
3e6040e3ec dosbox: add myself as maintainer 2017-11-13 18:08:19 -06:00