Commit Graph

2638 Commits

Author SHA1 Message Date
lassulus
f068f3f209 mupen64plus: 1.5 -> 2.5 2017-09-09 18:28:52 +02:00
Cray Elliott
c892f77e37 wineUnstable: 2.15 -> 2.16
bump staging as well
2017-09-08 13:29:45 -07:00
Frederik Rietdijk
febd5e323d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-08 20:48:14 +02:00
lassulus
2524e4cfd5 vbam: svn-1507 -> unstable-2017-09-04 2017-09-08 15:37:59 +02:00
Eelco Dolstra
ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
This reverts commit 0a944b345e, reversing
changes made to 61733ed6cc.

I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Frederik Rietdijk
38dc9a870f Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 14:01:25 +02:00
Peter Hoeg
fefdc00c52 arc-theme: Fix build with gnome 3.24 2017-09-06 14:55:30 +08:00
Cray Elliott
f03964ff7c winetricks: 20170614 -> 20170823 2017-09-05 23:29:31 -07:00
John Ericson
40e917d35d Merge pull request #29023 from obsidiansystems/deps-reorg
misc pkgs: Reorganize dependencies ahead of #26805
2017-09-05 18:10:32 -04:00
John Ericson
9626ffbf14 myEnv: stdenv doesn't mangle dependencies like that anymore 2017-09-05 11:37:10 -04:00
Frederik Rietdijk
d7ef196c26 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-05 10:11:06 +02:00
Jörg Thalheim
c23654b2ed Merge pull request #28940 from AndersonTorres/upload-higan
Higan: 103 -> 104
2017-09-03 17:22:33 +01:00
AndersonTorres
957dbe4642 Higan: 103 -> 104 2017-09-03 12:58:19 -03:00
Jörg Thalheim
4b10de8182 nestopia: fix icon theme 2017-09-03 16:38:19 +01:00
Raymond Gauthier
33dc8ced65 vscode-extension-ms-vscode-cpptools: Init at 0.12.3 2017-09-03 11:18:51 -04:00
John Ericson
0a944b345e Merge pull request #28557 from obsidiansystems/binutils-wrapper
Binutils-wrapper: Init by refactoring out of cc-wrapper
2017-09-03 10:37:27 -04:00
Samuel Leathers
7d54467ad0 nestopia: 1.46.2 -> 1.47 2017-09-03 08:46:14 -04:00
Cray Elliott
6a1be3d4f4 dolphinEmuMaster: 20170730 -> 20170902
many bugfixes and features implemented, included accurate NAND support
and ubershaders v2
2017-09-02 03:57:10 -07:00
Jörg Thalheim
aa01bed489 Merge pull request #28879 from romildo/vertex-theme
theme-vertex: do not explicitly indicate the gnome version
2017-09-02 08:20:22 +01:00
romildo
6c84bda496 arc-theme: 2016-11-25 -> 2017-05-12 2017-09-01 23:16:55 -03:00
romildo
7ef6d3ced9 theme-vertex: do not explicitly indicate the gnome version 2017-09-01 22:54:58 -03:00
John Ericson
3f30cffa55 misc pkgs: Use $NIX_BINUTILS for when needed
Certain files are now only there instead of $NIX_CC (some are in both)
2017-09-01 11:44:55 -04:00
José Romildo Malaquias
fe6c5adecf
e17gtk: finish decoupling from gnome3 version 2017-08-29 14:24:17 +02:00
Vladimír Čunát
2858c41823
Merge branch 'master' into staging
There were some conflicts in python modules, commented at #28314.
2017-08-29 10:51:54 +02:00
Vladimír Čunát
6e0f61486a
e17gtk: unbreak evaluation after gnome update 2017-08-29 09:48:13 +02:00
Jörg Thalheim
e1f755e44f Merge pull request #28668 from AndersonTorres/upload-mednafen
Mednafen: 0.9.38.7 -> 0.9.47
2017-08-29 08:13:49 +01:00
AndersonTorres
026bc4f783 Mednafen: 0.9.38.7 -> 0.9.47
And some minor changes
2017-08-29 00:10:20 -03:00
AndersonTorres
18df335c17 Mednafen-server: change download location
And some minor modifications
2017-08-29 00:05:55 -03:00
Michael Weiss
ea23f8bb07 cups service: Automatically detect Gutenprint in drivers
Additional CUPS drivers can be added via "services.printing.drivers" but
Gutenprint was an exception. It was possible to add a Gutenprint
derivation to that list and it would work at first but unlike the other
drivers Gutenprint requires a script to be run after each update or any
attempt to print something would simply fail and an error would show up
in the jobs queue (http://localhost:631/jobs/):
"The PPD version (5.2.11) is not compatible with Gutenprint 5.2.13.
Please run
`/nix/store/7762kpyhfkcgmr3q81v1bbyy0bjhym80-gutenprint-5.2.13/sbin/cups-genppdupdate'
as administrator."
This is due to state in "/var/lib/cups/ppd" and one would need to run
"/nix/store/.../bin/cups-genppdupdate -p /var/lib/cups/ppd" manually.
The alternative was to enable the following option:
"services.printing.gutenprint" but this had two disadvantages:
1) It is an exception that one could be unaware of or that could
potentially cause some confusion.
2) One couldn't use a customized Gutenprint derivation in
"services.printing.drivers" but would instead have to overwrite
"pkgs.gutenprint".

This new approach simply detects a Gutenprint derivation in
"services.printing.gutenprint" by checking if the meta set of a
derivation contains "isGutenprint = true". Therefore no special
exception for Gutenprint would be required and it could easily be
applied to other drivers if they would require such a script to be run.
2017-08-29 05:25:12 +04:00
Cray Elliott
ecea06ab2e wine-mono: 4.7.0 -> 4.7.1 2017-08-28 18:02:05 -07:00
Vincent Laporte
1cae15edda lilypond-unstable: 2.19.24 -> 2.19.65 2017-08-28 19:55:42 +00:00
Benjamin Staffin
22002cb41b
xssproxy: init at 1.0.0 2017-08-28 04:03:43 -04:00
Franz Pletz
fd51e28b88
xlockmore: 5.54 -> 5.55 2017-08-28 00:54:42 +02:00
Cray Elliott
2639bcee5d wineUnstable: 2.14 -> 2.15 2017-08-24 13:52:29 -07:00
Raymond Gauthier
763f7f7578 vscode-with-extension: improvements
-  Now simply let the default `unpackPhase` unzip the vsix file. This
    should allow users to retrieve the extension directly from github.
 -  Extensions now installed using their unique id as install folder.
 -  Extensions under `vscode-extensions` now use the unique id
    as extension name.
2017-08-23 21:31:57 -04:00
Bas van Dijk
09bde4a2cd elk: 5.4.2 -> 5.5.2
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html
* https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html
2017-08-23 01:58:12 +02:00
Joachim F
4357740122 Merge pull request #28289 from symphorien/epkowa
epkowa: init at 2.30.3-1
2017-08-22 21:55:29 +00:00
Frederik Rietdijk
6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Joachim F
61aa254204 Merge pull request #28177 from jraygauthier/jrg/vscode-with-extensions
vscode-with-extensions: init at 1.10.2
2017-08-20 20:33:40 +00:00
Raymond Gauthier
2a9cb9d36d vscode-with-extensions: init at 1.10.2 2017-08-18 11:24:53 -04:00
Matthew Bauer
3ce33633c4 albatross: link to github homepage
the old homepage is a 404
2017-08-17 15:04:41 -07:00
Matthew Bauer
42ca24dad5 paper: use https for homepage 2017-08-17 15:04:41 -07:00
Symphorien Gibol
2dfba8529b epkowa: init at 2.30.3-1 2017-08-15 11:41:55 +02:00
Frederik Rietdijk
62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Alexander V. Nikolaev
ed0af35697 wineUnstable: 2.13 -> 2.14
Staging updated as well
2017-08-13 14:51:47 -07:00
Joachim F
9ed9ede922 Merge pull request #27963 from ryantm/zsnes
zsnes: remove $STRIP from compiler options
2017-08-13 20:56:47 +00:00
Frederik Rietdijk
13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Vladimír Čunát
34946256a0
Merge #27424: stdenv: Don't put man pages into $doc 2017-08-13 19:32:51 +02:00
Robin Gloster
0bce8f86e5
misc: remove
ancient code, that is not used and at least partly broken
2017-08-12 21:38:19 +02:00
Robin Gloster
a726fcf153
freestyle: remove
marked as broken and integrated in blender:
http://freestyle.sourceforge.net/
2017-08-12 13:27:41 +02:00
Jörg Thalheim
bf2a513945 Merge pull request #28024 from AndersonTorres/upload-higan
higan: 102 -> 103
2017-08-12 09:10:46 +01:00
Robin Gloster
f48109387a
mergeAttrsByVersion, versionedDerivation: remove
obsolete and ancient
2017-08-11 23:31:02 +02:00
Tuomas Tynkkynen
3f29eb8248 ghostscript: Add man output 2017-08-11 21:32:53 +03:00
Jörg Thalheim
0b629f765b Merge pull request #28092 from romildo/testing
adapta-gtk-theme: 3.91.1.47 -> 3.91.2.4
2017-08-11 15:33:39 +01:00
romildo
d21572c289 adapta-gtk-theme: 3.91.1.47 -> 3.91.2.10 2017-08-10 22:16:08 -03:00
Simon Lackerbauer
30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
AndersonTorres
260bab6c7f higan: 102 -> 103 2017-08-07 22:51:46 -03:00
romildo
22ba421a08 adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47 2017-08-07 06:37:11 -03:00
Ryan Mulligan
0b21848e77 zsnes: remove $STRIP from compiler options
In ab70693 @viric says zsnes works better without stripping. But the
build expression kept the $STRIP in the compiler options, so if it is
set to something it will show up in there. For example:

g++  -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -I/nix/store/04qgmdpmalgsy92zgs2z896jx073hcn2-SDL-1.2.15-dev/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DNCURSES -D__OPENGL__ -march=native -O3 -fomit-frame-pointer -fprefetch-loop-arrays -fforce-addr strip -D__RELEASE__ -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp

g++: error: strip: No such file or directory

This commit removes that reference to $STRIP too.
2017-08-05 07:39:48 -07:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Joachim F
670e1e518d Merge pull request #27838 from sauyon/numix-sx
numix-sx-gtk-theme: init at 2017-04-24
2017-08-03 07:09:49 +01:00
André-Patrick Bubel
30f96ed2ba
gutenprint: 5.2.11 -> 5.2.13 2017-08-02 10:57:31 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Sauyon Lee
f416d59ea4 numix-sx-gtk-theme: init at 2017-04-24 2017-08-01 17:12:30 +01:00
Cray Elliott
2a8c1a942e dolphinEmuMaster: 20170705 -> 20170730
generally I only update this once a month or less, but the much awaited
ubershader branch landed
2017-07-31 11:59:46 -07:00
Franz Pletz
b116fa5ff2
Merge branch 'master' into staging 2017-07-28 16:08:30 +02:00
Guillaume Maudoux
548033285c cups-filters: 0.15.0 -> 0.16.0 2017-07-28 14:01:49 +02:00
Benno Fünfstück
727c54639e Merge pull request #27705 from binarin/dosbox-unstable-init
dosbox-unstable: init at 2017-07-02
2017-07-28 11:38:32 +02:00
Benno Fünfstück
dbefaeaab2 vim-yapf: fix evaluation
/cc @Mic92
2017-07-28 11:25:17 +02:00
Alexey Lebedeff
1d72b7345f dosbox-unstable: init at 2017-07-02
As current stable version segfaults when playing HoMM2, as described at
https://www.reddit.com/r/linux_gaming/comments/4dxfei/dosbox_segmentation_fault_core_dumped/

Also some missing dependencies (compared to stable version) were added:
- SDL_sound - for mounting .cue files with compressed sound
- SDL_net - for IPX support
- libpng - for making screenshots
2017-07-28 11:20:56 +03:00
Jörg Thalheim
127b2624b7 vim-yapf: init at 2017-03-21 2017-07-27 23:22:26 +01:00
Nikolay Amiantov
732207f456 citra: fix license field 2017-07-27 17:28:13 +03:00
Nikolay Amiantov
bc52bf2cfe citra: init at 2017-07-26 2017-07-27 17:07:45 +03:00
Cray Elliott
d82fa7f915 wineUnstable: 2.12 -> 2.13 2017-07-26 15:36:49 -07:00
John Ericson
9be40841ea Merge remote-tracking branch 'upstream/master' into staging-base
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/build-support/gcc-wrapper-old/builder.sh
	pkgs/build-support/trivial-builders.nix
	pkgs/desktops/kde-4.14/kde-package/default.nix
	pkgs/development/compilers/openjdk-darwin/8.nix
	pkgs/development/compilers/openjdk-darwin/default.nix
	pkgs/development/compilers/openjdk/7.nix
	pkgs/development/compilers/openjdk/8.nix
	pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
	pkgs/development/compilers/zulu/default.nix
	pkgs/development/haskell-modules/generic-builder.nix
	pkgs/misc/misc.nix
	pkgs/stdenv/generic/builder.sh
	pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
John Ericson
f6f40e3fe5 stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* files
We cannot switch to line-delimited yet, because certain Nix commands do
not read in the entire file, but just the first line.
2017-07-26 09:07:55 -04:00
Daiderd Jordan
f35140fafc
vim-plugins: add ale 2017-07-25 19:28:05 +02:00
Daiderd Jordan
0f536deb74
vim-plugins: update 2017-07-25 19:28:05 +02:00
Guillaume Maudoux
6b286fa339 cups-filters: 0.14.0 -> 0.15.0 2017-07-25 19:00:06 +02:00
Jörg Thalheim
aba21d99da vimPlugins.command-t: 2017-07-11 -> 2017-06-23
a7f4c879e5 (commitcomment-23287795)
2017-07-25 14:15:55 +01:00
Jörg Thalheim
a7f4c879e5 vim-plugins: update set 2017-07-25 13:50:35 +01:00
Herwig Hochleitner
7d83f048e2 cdemu: 3.0.x -> 3.1.0
fixes cdemu for kernel >= 4.11
fixes client by adding pygobject3
2017-07-25 11:56:59 +02:00
John Ericson
b087618ac0 Revert "stdenv: Store one package per line in nix-support/propagated-*"
As @oxij points out in [1], this breakage is especially serious because
it changes the contents of built environments without a corresonding
change in their hashes. Also, the revert is easier than I thought.

This reverts commit 3cb745d5a6.

[1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
2017-07-24 01:05:30 -04:00
Peter Hoeg
0345aed90c mfcj6510dwlpr: use new xxd package instead of vim 2017-07-24 09:37:58 +08:00
Chris Martin
63aa5df737 alock: 20160713 -> 20170720 2017-07-20 23:30:05 +02:00
Cray Elliott
faad06df6b wine: 2.0.1 -> 2.0.2 2017-07-20 13:52:43 -07:00
Chris Martin
60c9a4c94a alock: 20150418 -> 20160713 2017-07-19 18:02:37 +02:00
Cray Elliott
ccf7b4b57e wine-mono: 4.6.4 -> 4.7.0 2017-07-18 12:10:29 -07:00
Benno Fünfstück
99fbd867ef Merge pull request #27031 from jerith666/cnijfilter-2-80
cnijfilter: init at 2.80
2017-07-18 14:37:32 +02:00
Matt McHenry
67d02cd60a cnijfilter: init at 2.80
this driver reads support files from lib/bjlib as well as lib/cups,
which is why the path in cupsd.nix is tweaked
2017-07-17 07:32:23 -04:00
romildo
8df013c786 zuki-themes: 3.20.2017-02-17 -> 3.20.2017-04-23
zuki-themes: 3.22.2017-02-17 -> 3.22.2017-04-23
zuki-themes: add src for gtk-3.24 (3.24.2017-04-23)
2017-07-15 23:58:35 -03:00
Domen Kožar
0eb4f6fd25
Merge commit 'a889454869e4f7d5ba6067ebcc0ba7fcd26e4417'
Merge staging. It includes fixes for cc-wrapper parsing speed and
some other minor things.

http://hydra.nixos.org/eval/1375094
2017-07-14 11:55:41 +02:00
Jörg Thalheim
fc44b573ca mfcl2700dnlpr: remove meta.version 2017-07-14 08:44:20 +01:00
Cray Elliott
f91c591ea2 wineUnstable, wineStaging: 2.11 -> 2.12 2017-07-13 14:44:18 -07:00
Jörg Thalheim
30223dd334 Merge pull request #25654 from 4z3/mfcl2700dn
Add support for Brother MFC-L2700DN
2017-07-13 21:48:48 +01:00
John Ericson
a889454869 Merge pull request #27284 from obsidiansystems/prop-lines
stdenv: Store one package per line in nix-support/propagated-*
2017-07-11 14:33:23 -04:00
John Ericson
3cb745d5a6 stdenv: Store one package per line in nix-support/propagated-*
This makes those files a bit easier to read. Also, for what it's worth,
it brings us one baby step closer to handling spaces in store paths.

Also, I optimized handling of many transitive deps with read. Probably,
not very beneficial, but nice to enforce the pkg-per-line structure.
Doing so let me find much dubious code and fix it.

Two misc notes:

 - `propagated-user-env-packages` also needed to be adjusted as
   sometimes it is copied to/from the propagated input files.

 - `local fd` should ensure that file descriptors aren't clobbered
   during recursion.
2017-07-10 13:32:13 -04:00
Will Dietz
fe3fb77774 vim-plugins: Add nim.vim 2017-07-10 12:29:03 -05:00
Cray Elliott
3365fdea04 wineUnstable: 2.10 -> 2.11
2.11 was picked instead of 2.12 since staging hasn't caught up yet,
 also updates staging
2017-07-09 21:23:05 -07:00
Joachim F
8c1c2a5bd4 Merge pull request #27136 from gnidorah/gtk-bluecurve
gtk-engine-bluecurve: init at 1.0
2017-07-09 20:18:23 +01:00
Jörg Thalheim
f939630615 Merge pull request #27232 from Ma27/init/jenkinsfile-vim-support
Jenkinsfile-vim-syntax: init
2017-07-09 19:18:46 +01:00
Maximilian Bosch
6152f4af26
Jenkinsfile-vim-syntax: init 2017-07-09 18:42:01 +02:00
0xABAB
784240de3e wine: add missing dependency libcap on Linux 2017-07-09 10:40:53 +02:00
Cray Elliott
b963ba1bee dolphinEmuMaster: 20150802 -> 20170705
removed a substitution that is no longer needed, add new
dependencies, and use fetchFromGitHub instead of fetchgit
2017-07-08 14:24:42 -07:00
gnidorah
b5c94380e0 gtk-engine-bluecurve: init at 1.0 2017-07-06 09:49:47 +03:00
Emmanuel Rosa
7ec7aa0bb1 Revert "splix: enable JBIG" (#27054)
This reverts commit 0878ca7ab4.

My change to enable JBIG for splix did not work correctly. I was unable to get to the bottom of it because the build never completed. Given that it's also timing out in Hydra (see https://hydra.nixos.org/eval/1372226) I think it's best to simply back it out.
2017-07-03 08:09:54 +01:00
Emmanuel Rosa
0878ca7ab4 splix: enable JBIG
Enables JBIG given that according to OpenPrinting.org, the patents have expired.
See https://www.openprinting.org/driver/splix/license/

Closes #25929
2017-07-01 19:36:12 -04:00
Joachim F
c043bf955f Merge pull request #26620 from rnhmjoj/gnash
gnash: init at 0.8.11-2017-03-08 [WIP]
2017-06-30 20:27:14 +01:00
John Ericson
e1faeb574a Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
Purge stdenv cross
2017-06-28 21:39:16 -04:00
hsloan
a7f81284a5 uboot: Don't use stdenv.cross 2017-06-28 19:43:08 -04:00
Cray Elliott
71e495e10f winetricks: 20170327 -> 20170614 2017-06-27 02:00:49 -07:00
Bas van Dijk
35e5719fe9 elasticsearch: 5.4.0 -> 5.4.2 2017-06-26 08:47:28 +02:00
Jörg Thalheim
ea5330c0e2 Merge pull request #26118 from yurrriq/update/pkgs/misc/lilypond-with-fonts
lilypond-with-fonts: fix quoting
2017-06-25 18:30:15 +01:00
mingchuan
722d61c2f2 slock: Avoid chmod u+s (#26600) 2017-06-22 22:55:04 +08:00
aszlig
4007ee974c
vlock: Don't try to install setuid binary
With newer Nix it's (fortunately) no longer possible to create a file
with setuid bits, even though the permissions are fixed later the build
will fail during installPhase already.

I've verified whether the contents of the output path are the same as
before this change and the contents match.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-22 04:01:27 +02:00
Jörg Thalheim
d3ceaccb42 nerdtree-git-plugin: init at 2017-03-12 2017-06-21 10:23:21 +01:00
Cray Elliott
922d706e81 wineStaging: 2.7 -> 2.10
wineUnstable: 2.7 -> 2.10
2017-06-20 11:23:37 -07:00
Jörg Thalheim
10c2f39df0
vimPlugins.vimwiki: readd
was remove accidentally removed in 425bc07d43
2017-06-19 18:56:38 +01:00
goibhniu
7d747e1b16 Merge pull request #26626 from magnetophon/jackaudio
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 16:44:59 +02:00
Bart Brouns
9d0441434d jackaudio: 1.9.10 -> 1.9.11-RC1 2017-06-19 15:11:41 +02:00
rnhmjoj
7f89293051
gnash: init at 0.8.11-2017-03-08 2017-06-19 15:08:57 +02:00
Jörg Thalheim
3477f56027
vimPlugins.command-t: fix ruby build 2017-06-18 12:56:45 +01:00
romildo
89b1d4cbe2 greybird: 3.22.3 -> 3.22.4 2017-06-14 04:48:31 +02:00
Bas van Dijk
2444eab485 ELK: update kibana and the elastic beats to 5.4 (#26252)
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
  (see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Gabriel Ebner
798e256dcd cups-filters: fix path to pdftops
This is hardcoded to /usr/bin/pdftops by default.
2017-06-12 11:19:40 +02:00
Daiderd Jordan
29049d07f9
vim-plugins: fix evaluation 2017-06-11 14:48:21 +02:00
Jörg Thalheim
425bc07d43
vimPlugins: update source 2017-06-11 12:13:58 +01:00
Jörg Thalheim
caec2fcdd0
vimPlugins.ensime-vim: make additional nix code persistent 2017-06-11 12:10:00 +01:00
Tuomas Tynkkynen
73a1307a02 U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
2017-06-10 23:22:24 +03:00
Tim Jäger
0c54a292fb hplip: introduce nettools dependency (#26439)
* hplip: introduce nettools dependency

Some HP printers (notably a HP MFP M477fnw) need to run `hostname` as part of
the printing process. This executable is provided by the "nettools" package.

* hplip: prepend nettools to PATH
2017-06-10 10:04:33 +01:00
Joachim F
506f990372 Merge pull request #26461 from romildo/upd.flat-plat
flat-plat: 20170515 -> 20170605
2017-06-09 22:19:38 +01:00
Edward Tjörnhammar
a66a9ae8e8
kodi-retroarch-advanced-launchers: ensure sound has been released 2017-06-09 20:41:02 +02:00
Jörg Thalheim
e2197465c1
cc-wrapper: externalize default_cxx_stdlib_compile
This value is require to get c++ std include path for libclang based tools (vim plugins in my case).
I currently extract it this with this rather command:

```
eval echo $(nix-instantiate --eval --expr 'with (import <nixpkgs>) {}; clang.default_cxx_stdlib_compile')
```

it did not trigger any recompilation on my system.
2017-06-08 19:50:40 +01:00
romildo
a997f4d2ba flat-plat: 20170515 -> 20170605 2017-06-07 18:47:39 -03:00
Edward Tjörnhammar
44a9f37ba8
libretro: add parallel-n64 core 2017-06-07 23:31:20 +02:00
Edward Tjörnhammar
beb04aabac
libretro.dolphin: init at 2017-06-04 2017-06-04 21:11:14 +02:00
Pascal Wittmann
5cb03b9538
xlockmore: 5.53 -> 5.54 2017-06-04 18:16:59 +02:00
Edward Tjörnhammar
f270376cd7
libretro.*: 2015-11-20 -> 2017-06-04 2017-06-04 03:27:55 +02:00
Edward Tjörnhammar
1845a2d735
retroarch: 1.3.4 -> 1.6.0 2017-06-04 03:27:55 +02:00
Nikolay Amiantov
0011f9065a Merge pull request #26152 from abbradar/wine-reorder
wine: reorganize packages
2017-06-04 00:58:42 +03:00
Nikolay Amiantov
e7530e6a5a wine: reorganize packages
Move most of wine configurations to winePackages which is not built on Hydra.
Leave two top-level packages:

wine: stable release with an "office" configuration;
wineStaging: staging release with a "full" configuration.
2017-06-04 00:57:45 +03:00
Dmitry Vyal
0f86046db5 user-local config.nix path fixed in docs 2017-05-27 13:38:15 +03:00
Eric Bailey
ddf7c6ef06
lilypond-with-fonts: fix quoting 2017-05-26 04:52:11 -05:00
Guillaume Maudoux
dacfe8109e cups_filters: 1.11.1 -> 1.14.0 2017-05-24 12:51:24 +02:00
Nikolay Amiantov
46a2da8766 wine: use gstreamer-1.0 2017-05-24 02:27:05 +03:00
Nikolay Amiantov
2d1e5e87db wine: fix libva support 2017-05-24 02:27:01 +03:00
Nikolay Amiantov
bf230536e0 wineStaging: fix patching in nix-shell 2017-05-24 02:26:57 +03:00
Nikolay Amiantov
95f321480f wine: add udev support 2017-05-24 02:26:53 +03:00
Jörg Thalheim
297506d563
vimPlugins.ack-vim: init at 2017-05-07 2017-05-22 22:21:44 +01:00
Jörg Thalheim
4e404c5a70
vimPlugins: update sources 2017-05-22 22:20:58 +01:00
Maximilian Bosch
8d2e7c678b
rodjek/vim-puppet: init 2017-05-21 14:56:49 +02:00
Jörg Thalheim
56835b1eea
i3lock-pixeled: fix spurious hash in replace command 2017-05-20 18:10:49 +01:00
Jörg Thalheim
196fa7e70d Merge pull request #25761 from Ma27/new-package/i3lock-pixeled
i3lock-pixeled: init at 1.1.0
2017-05-20 17:46:57 +01:00
Jörg Thalheim
1deb1a30c8
i3lock-pixeled: use substituteInPlace 2017-05-20 17:45:51 +01:00
David Waern
3a084a80e7
samsung-unified-linux-drive: Fix sane driver by patching rpaths
fixes #25779
2017-05-20 15:35:00 +01:00
Maximilian Bosch
1e317150ef
i3lock-pixeled: init at 1.1.0 2017-05-17 16:15:55 +02:00
romildo
d14d0ab9ce flat-plat: 20170323 -> 20170515 2017-05-16 19:35:21 -03:00
Jörg Thalheim
728b8ab483
pcsxr: use wrapGAppsHook 2017-05-11 20:34:42 +01:00
Michael Raskin
42bf19cc04 Merge pull request #25629 from avnik/wine-update
Wine update
2017-05-10 23:08:34 +02:00
Kamil Chmielewski
7fada5c172 vimplugin-vim-elixir: 2017-04-12 -> 2017-04-26 2017-05-10 15:04:40 +02:00
tv
6fdcc7f5b4 mfcl2700dncupswrapper: init at 3.2.0-1 2017-05-10 00:20:45 +02:00
tv
ba096d8ddf mfcl2700dnlpr: init at 3.2.0-1 2017-05-10 00:20:45 +02:00
Alexander V. Nikolaev
f3c19651db winetricks: 20170316 -> 20170327 2017-05-09 01:34:09 +03:00
Alexander V. Nikolaev
1ce951e79a wineUnstable: 2.6 -> 2.7
Update staging as well
2017-05-09 01:33:53 +03:00
Vanessa McHale
37f59b3586
tw-rs: init at 0.1.26
fixes #25514
2017-05-06 08:14:49 +01:00
Emanuele Peruffo
03187c3e15 epson-alc1100: init at version 1.2-0
Driver for printer Epson AcuLaser C1100
2017-05-05 08:41:19 +02:00
Vladimír Čunát
f1ed43c14e
Merge #24949: desmume: fix mesa+osmesa 2017-05-01 23:55:14 +02:00
Jörg Thalheim
ef91b6d3e9 Merge pull request #25344 from lheckemann/dolphin-deps
dolphin-emu: include more dependencies
2017-05-01 20:40:43 +02:00
Jörg Thalheim
ecd2a34468 Merge pull request #25361 from romildo/upd.adapta
adapta-gtk-theme: 3.89.1.66 -> 3.90.0.125
2017-05-01 17:43:53 +02:00
José Romildo Malaquias
8a95889eaf e17gtk: 3.22.0 -> 3.22.1 (#25305) 2017-05-01 16:11:13 +01:00
Michael Raskin
bcbafdefc4 Merge pull request #25035 from elitak/cross-staging
Add some ARM platforms
2017-05-01 13:30:32 +02:00
romildo
b2c304eccd adapta-gtk-theme: replace maintainer 2017-05-01 07:06:49 -03:00
Pascal Wittmann
d9c59f099a
xlockmore: 5.51 -> 5.53 2017-05-01 12:03:37 +02:00
romildo
e0d1825993 adapta-gtk-theme: 3.89.1.66 -> 3.90.0.125 2017-04-30 17:23:24 -03:00
Linus Heckemann
3e31f2a645 dolphin-emu: include more dependencies
Previously, dolphin would build against vendored copies of the
libraries (shipped in source code form). This would result both
in a longer build (wxWidgets takes a while to build!) and in
bulkier binaries that wouldn't share libraries with others,
along with using fixed versions of curl and mbedtls which may
be left with unpatched security vulnerabilities.
2017-04-30 13:20:52 +01:00
Daiderd Jordan
80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Matthew Bauer
83d3976927
xosd: supports darwin 2017-04-23 18:08:41 -05:00
Jörg Thalheim
77e6529953
vimPlugins.pony-vim-syntax: init at 2016-01-23 2017-04-23 21:51:17 +02:00
Jörg Thalheim
647b1a68cd
vimPlugins: update sources 2017-04-23 21:42:53 +02:00
Jörg Thalheim
cccd8420c5
vimPlugins.vim-trailing-whitespace init at 2016-03-27 2017-04-23 21:42:49 +02:00
aszlig
f84b8178aa
wine-staging: Fix SHA256 hash
In c6b3c66277, the unstable version has
been bumped to 2.6.

Unfortunately the staging source is re-using the version attribute from
the unstable source and thus has been bumped as well.

I have built wineStaging on x86_64-linux and it now succeeds.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @FRidh
2017-04-23 20:37:53 +02:00
Frederik Rietdijk
c6b3c66277 wineUnstable: 2.5 -> 2.6 2017-04-21 21:38:54 +02:00
Frederik Rietdijk
d16a4512d0 wine: 2.0 -> 2.0.1 2017-04-21 21:38:54 +02:00
Eric Litak
127347f1fd platforms: add CompuLab Utilite (armv7) 2017-04-19 14:09:56 -07:00
Jörg Thalheim
6bbc02589b Merge pull request #25003 from romildo/upd.greybird
greybird: 2017-02-26 -> 3.22.3
2017-04-19 14:01:50 +02:00
Jörg Thalheim
032cf416ef Merge pull request #25002 from romildo/upd.flat-plat
flat-plat: 2016-12-03 -> 20170323
2017-04-18 21:41:34 +02:00
Masayuki Takeda
733cc23a1b
slock: add configFile support
fixes #24994
2017-04-18 21:06:17 +02:00
romildo
ca3d37ffbe greybird: 2017-02-26 -> 3.22.3 2017-04-18 13:54:31 -03:00
romildo
e7a3186d28 flat-plat: 2016-12-03 -> 20170323 2017-04-18 13:41:10 -03:00
Vladimír Čunát
7644651e62
desmume: fix mesa+osmesa
It builds fine, but some better testing should be done before merging.
2017-04-16 11:21:28 +02:00
Kamil Chmielewski
78635ce26b vim-elixir: 2017-03-29 -> 2017-04-13 2017-04-13 18:46:37 +02:00
Alexander V. Nikolaev
3ec56d8da2 wineUnstable: 2.4 -> 2.5 2017-04-10 18:37:28 +03:00
Peter Simons
4e307b644a Merge pull request #24760 from matthewbauer/linux-only-pkgs
Mark linux-only pkgs
2017-04-09 14:18:10 +02:00
Matthew Bauer
2a2e9b8f2e
xautolock: make linux-only 2017-04-08 23:34:52 -05:00
Dan Peebles
aa31d4b803 cups: fix on Darwin
Kinda fix, anyway. Enough to proceed with other stuff :)
2017-04-06 20:13:33 -04:00
Jean Potier
09b1414acd cups-toshiba-estudio: init at 7.51 (#24676) 2017-04-06 15:00:02 +01:00
Dan Peebles
8b65437aae Merge branch 'master' into staging 2017-03-30 12:54:41 -04:00
Robin Gloster
f0512f4ceb
wxmupen64plus: fix eval 2017-03-30 17:36:43 +02:00
Robin Gloster
5c04b32b6c
wxmupen64plus: mark as broken 2017-03-30 16:23:35 +02:00
Robin Gloster
cc82423366
freestyle: mark as broken 2017-03-30 16:23:33 +02:00
Joachim F
c5a99f89e6 Merge pull request #24272 from therealpxc/ppsspp
ppsspp: 1.1.0 -> 1.3
2017-03-30 14:15:56 +01:00
Jörg Thalheim
ded2876073 Merge pull request #24467 from kamilchm/vim-go
vim-go: 2017-02-19 -> 1.12
2017-03-30 10:19:35 +02:00
Kamil Chmielewski
c916e2ce98 vim-go: 2017-02-19 -> 1.12 2017-03-30 09:18:07 +02:00
Kamil Chmielewski
835a692e9c vim-elixir: 2017-02-21 -> 2017-03-29 2017-03-30 08:16:23 +02:00
Tuomas Tynkkynen
49f1abec15 U-Boot: 2017.01 -> 2017,03 2017-03-30 02:56:02 +03:00
Daiderd Jordan
f51ce6f929 Merge pull request #24417 from edanaher/fix-vim-youcompleteme
Fix vim youcompleteme
2017-03-29 20:35:51 +02:00
Vladimír Čunát
72bb7b399a
Merge #24392: cups-dymo: patch upstream for cups 2.2 2017-03-29 13:57:07 +02:00
Jude Taylor
7ebc75a9a6 Merge pull request #24353 from edanaher/fix-vim-knownplugins
vim-utils: Handle overriding knownPlugins betters.
2017-03-28 14:08:35 -07:00
Evan Danaher
c46e2d1903 vim-plugins: bump youcompleteme version.
This fixes a bad interaction with Supertab.
2017-03-28 16:07:51 -04:00
makefu
892c418f5d
cups-dymo: patch upstream for cups 2.2 2017-03-27 23:27:47 +02:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Vladimír Čunát
036f4b2f04
cups: fix #24339: broken paths in cups-config
Note: this doesn't fix cups-dymo by itself.
It causes a slightly nontrivial rebuild on Linux.
2017-03-27 18:56:59 +02:00
ndowens
9aff9981a4 Merge pull request #24265 from ndowens/mxt-app
mxt-app:1.26 -> 1.27
2017-03-26 17:21:51 -05:00
Vladimír Čunát
455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
Patrick Callahan
75f5ed2489 ppsspp: 1.1.0 -> 1.3 2017-03-24 10:40:24 -07:00
Dan Peebles
306f2c65fe zsnes: only build on Linux
It uses callPackage_i686 which forces Linux anyway, and the current setup
just means that we end up with a weird i686-linux job under Darwin.
2017-03-23 22:41:45 -04:00
ndowens
9512f6bb94 mxt-app:1.26 -> 1.27 2017-03-23 20:15:14 -05:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
Herwig Hochleitner
a634f0b12c wine: 2.3 -> 2.4
winetricks: 20170207 -> 20170316
2017-03-22 01:14:07 +01:00
Herwig Hochleitner
e9a1fc72e0 wine: 2.2 -> 2.3 2017-03-22 01:09:07 +01:00
Herwig Hochleitner
7069b8938d wine: 2.1 -> 2.2 2017-03-22 01:09:03 +01:00
Pascal Wittmann
3411061002 xlockmore: 5.50 -> 5.51 2017-03-21 13:51:43 +01:00
Frederik Rietdijk
94eb74eaad Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-21 13:04:37 +01:00
Frederik Rietdijk
3760c8c7fd Python: replace mkPythonDerivation with buildPythonPackage and format="other";
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Nikolay Amiantov
8eabb34e5f odroid-xu3-bootloader: use 1MB-capable bootloader
(cherry picked from commit 7d66259a777fd1b1930eca26f08236f657529e25)
2017-03-21 04:23:36 +03:00
Robin Gloster
10239a084f
packetbeat: 5.2.1 -> 5.2.2, build from source 2017-03-20 23:01:42 +01:00
Robin Gloster
4d08d1aa8f
metricbeat: 5.2.1 -> 5.2.2, build from source 2017-03-20 23:01:42 +01:00
Robin Gloster
66d0c4b1bd
heartbeat: 5.2.1 -> 5.2.2, build from source 2017-03-20 23:01:41 +01:00
Robin Gloster
a0d087b6fe
filebeat: 5.2.1 -> 5.2.2, build from source 2017-03-20 23:01:39 +01:00
Tristan Helmich
8338506abe
packetbeat: init at 5.2.1 2017-03-20 22:37:44 +01:00
Tristan Helmich
9fe3b0eb13
filebeat: init at 5.2.1 2017-03-20 22:37:18 +01:00
Tristan Helmich
9fce67264d
metricbeat: init at 5.2.1 2017-03-20 22:37:17 +01:00
Tristan Helmich
9dfb7e42ad
heartbeat: init at 5.2.1 2017-03-20 22:37:13 +01:00
Nikolay Amiantov
179fe96a03 Merge pull request #24112 from abbradar/odroid
Add ODROID-XU{3,4} support
2017-03-20 17:44:09 +03:00
Jörg Thalheim
c031adedba
hplip: 3.16.5 -> 3.16.11
fixes #24109
2017-03-20 11:18:41 +01:00
Nikolay Amiantov
a9d44b5c30 ubootOdroidXU3: init 2017-03-20 11:07:12 +03:00
Evan Danaher
c34aa75d30 vim-utils: Handle overriding knownPlugins betters. 2017-03-19 18:44:02 -04:00
Michael Raskin
846b6d250a Merge pull request #23256 from edanaher/ensime
Ensime
2017-03-18 18:24:19 +01:00
Tuomas Tynkkynen
aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Vladimír Čunát
50fadc8b18
cups: split the $lib output
This saves > 10 MB from most closures.
Printing test succeeds on x86_64-linux.
2017-03-12 18:36:30 +01:00
Vladimír Čunát
2e4c5711a2
cups: minor expression refactoring 2017-03-12 16:43:26 +01:00
Vladimír Čunát
b8685ddf68
cups: 2.1.4 -> 2.2.2
The changelog seems safe, test succeeds on x86_64-linux.
2017-03-12 16:43:02 +01:00
Lluís Batlle i Rossell
a2737b1fdf vlock: improve eintr patch 2017-03-11 10:00:06 +01:00
Jörg Thalheim
23990a9044 Merge pull request #23626 from yurrriq/update/pkgs/tools/misc/lilypond-with-fonts
lilypond-with-fonts: fix typos
2017-03-09 01:41:18 +01:00
Tuomas Tynkkynen
413bc03986 mess: Mark broken
Even fixing the source urls doesn't make it build.
2017-03-08 16:14:19 +02:00
Eric Bailey
90c5c9d8c9
lilypond-with-fonts: fix typos
In development, I experimented with file globs, for loops and making the
supplementary fonts optional. As such, the original PR ended up with a
dysfunctional combination.

This commit fully adopts the for loop approach, which I prefer, since failing
matches, e.g. missing supplementary-fonts/, won't cause a failure.
2017-03-07 23:02:26 -06:00
Franz Pletz
99ef5c84b4
cups-pk-helper: 0.2.5 -> 0.2.6 2017-03-07 11:27:18 +01:00
Anderson Torres
e96a2f8450 sound-of-sorting: 0.6.5 -> 20150721 (#23549)
* sound-of-sorting: 0.6.5 -> 20150721

* sound-of-sorting: correct unstable version format
2017-03-06 15:24:40 +01:00
Jörg Thalheim
d971a9bcca Merge pull request #23548 from yurrriq/update/pkgs/misc/lilypond/with-fonts
lilypond: add openlilylib-fonts and lilypond-with-fonts
2017-03-06 14:37:20 +01:00
Vi Po
133245f961
epson-escpr: 1.6.8 -> 1.6.12
Improve documentation
2017-03-06 08:31:36 -05:00
Eric Bailey
f497421e14
lilypond-with-fonts: use all fonts by default
Add a list of all fonts to openlilylib-fonts and use that as the default
fonts argument to lilypond-with-fonts.
2017-03-06 04:34:08 -06:00
romildo
810bf85bfa greybird: 2017-02-17 -> 2017-02-26 2017-03-06 07:26:07 -03:00
Eric Bailey
bdc9589df1
lilypond: add openlilylib-fonts and lilypond-with-fonts 2017-03-06 02:16:42 -06:00
Jörg Thalheim
c31c11ecef Merge pull request #23482 from rardiol/pcsxr
pcsxr: remove name conflict with zlib 1.2.9
2017-03-06 08:59:13 +01:00
Daiderd Jordan
5262f5e3a2 vim-plugins: add some more plugins 2017-03-04 13:16:46 +01:00
Daiderd Jordan
f14b001e27 vim-plugins: update with https sources 2017-03-04 13:16:46 +01:00
Daiderd Jordan
8977b1f2ee vim-plugins: use https for github repositories 2017-03-04 13:16:46 +01:00
Ricardo Ardissone
92d8680785 pcsxr: remove name conflict with zlib 1.2.9 2017-03-04 08:36:06 -03:00
Lluís Batlle i Rossell
1bd3fa6210
vlock: fix ENOPATCH
Thanks, @dtzWill.

Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
2017-03-04 09:19:20 +01:00
Lluís Batlle i Rossell
c2291aae44
vlock: fix EINTR handling
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
2017-03-03 21:18:56 +01:00
Benno Fünfstück
1f7fe3dc07 vbam: fix location of etc in output
Shell variables are not expanded in cmakeFlags, so the etc files ended up in
`$out/'$out'/etc` instead of the expected `$out/etc`.
2017-03-03 12:27:49 +01:00
Christoph Hrdinka
c4eee0c4f1
retroarch.beetle-saturn: set platforms to x86_64-linux
cc #23253.

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-02-28 15:18:06 +01:00
Evan Danaher
4b9ec73288 vim-plugins: Add ensime-vim and dependencies. 2017-02-27 12:37:00 -05:00
Evan Danaher
dcab427908 vim-plugins: Add infrastructure for python[3]Dependencies.
This allows vim plugins to specify python dependencies required at
runtime, and they will be added to the python environment.
2017-02-27 12:36:03 -05:00
Jörg Thalheim
1861733b90 Merge pull request #23206 from yurrriq/add/pkgs/misc/lilypond/unstable
lilypond-unstable: init at 2.19.24
2017-02-27 08:29:12 +01:00
Eric Bailey
de597b03f7
lilypond-unstable: init at 2.19.24 2017-02-26 03:41:58 -06:00
Bart Brouns
6992824ec1 jack2-unstable: 2016-08-18 -> 2017-02-23 2017-02-26 10:17:38 +01:00
Edward Tjörnhammar
a78b801c54 Merge pull request #23176 from hrdinka/retroarch/mednafen2beetle
retroarch: libretro-mednafen-* -> libretro-beetle-*
2017-02-26 09:32:52 +01:00
Thomas Tuegel
0ed156a216 Merge pull request #22977 from ttuegel/triage-kde4
Remove KDE 4 desktop packages
2017-02-25 12:21:44 -06:00
Christoph Hrdinka
1aaf2be2a0
retroarch: libretro-mednafen-* -> libretro-beetle-*
Rename all mednafen-* libretro ports to beetle-* due #23163.

Closes #23163.

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-02-25 16:19:09 +01:00
Arseniy Seroka
4610fc9310 Merge pull request #23172 from symphorien/plugins
Plugins
2017-02-25 17:06:34 +03:00
Symphorien Gibol
ac59309f69 vimPlugins.vim-indent-object: init at 2015-08-11 2017-02-25 14:57:41 +01:00
Symphorien Gibol
d95dd3df28 vimPlugins.argtextobj: init at 2010-10-17 2017-02-25 14:44:16 +01:00
Thomas Tuegel
f344817a3e
Remove Oxygen GTK themes
- Not useful without the KDE 4 desktop
2017-02-24 16:49:01 -06:00
Thomas Tuegel
25378a6aa0
Remove kde4.qtcurve
- Not useful without the KDE 4 desktop
2017-02-24 16:49:01 -06:00
Joachim F
a9555f580e Merge pull request #23141 from romildo/upd.greybird
greybird: 2016-11-15 -> 2017-02-17
2017-02-24 18:55:03 +01:00
Joachim F
ad0770fb42 Merge pull request #23144 from romildo/upd.numix-gtk-theme
numix-gtk-theme: 2016-11-19 -> 2017-02-15
2017-02-24 18:50:48 +01:00
Joachim F
63d251f2e3 Merge pull request #23147 from romildo/upd.zuki-themes
zuki-themes: 2016-10-20 -> 2017-02-17
2017-02-24 18:50:22 +01:00
romildo
b474c5cd30 zuki-themes: 2016-10-20 -> 2017-02-17 2017-02-24 07:49:15 -03:00
romildo
9ae7fb4b60 numix-gtk-theme: 2016-11-19 -> 2017-02-15 2017-02-24 06:48:09 -03:00
romildo
e27a7a3686 greybird: 2016-11-15 -> 2017-02-17 2017-02-24 06:22:42 -03:00
romildo
5b2199fcc6 blackbird: 2016-07-04 -> 2017-02-20 2017-02-24 05:45:11 -03:00
Shea Levy
c71bae0330 long-shebang: 1.1.0 -> 1.2.0 2017-02-23 18:27:12 -05:00
Vladimír Čunát
145d3ea81c
Merge branch 'master' into staging 2017-02-22 17:47:49 +01:00
Nick Novitski
7bb0611e2e vim_configurable: Add packPath option to vimrcConfig (#22776)
* vim_configurable: Add packages option to vimrcConfig

Version 8 of vim adds the concept of "vim packages": directories which
contain one or more vim plugins, in either "start" or "opt"
subdirectories. Those in "start" are to be loaded automatically, while
those in "opt" can be loaded manually. Vim detects any packages located
in one of its "packpaths".

The packages option takes a set of sets describing one or more vim
packages, and adds the derivation containing these packages to the
packpath.

* fix documentation.
2017-02-22 01:06:34 +01:00
Vladimír Čunát
9fe56e52dd
dolphinEmu*: fixup build with glibc-2.25 2017-02-21 19:03:36 +01:00
Jörg Thalheim
f2b1d6e5dc
vimPlugins.clang_complete: init at 2017-02-16 2017-02-19 21:33:18 +01:00
Anderson Torres
4129697445 higan: 101 -> 102 (#22942) 2017-02-19 18:27:04 +00:00
Jörg Thalheim
19798cb205 Merge pull request #22819 from makefu/pkgs/dymo/init
cups-dymo: init at 1.4.0.5
2017-02-19 16:53:19 +01:00
Anthony Cowley
c37464a9b1 ghostscript: fix installed library name on darwin 2017-02-16 13:32:39 -05:00
makefu
76da40e5a7
cups-dymo: init at 1.4.0.5 2017-02-15 09:07:40 +01:00
Daiderd Jordan
7929888e8d Merge pull request #22614 from cstrahan/ycm
YouCompleteMe: use ycmd package
2017-02-14 21:32:09 +01:00
Robin Gloster
d12639cb28 Merge pull request #22739 from Mic92/vam
vim.vam: fix filetype detection
2017-02-13 15:10:35 +01:00
Jörg Thalheim
b7d65f8af0
vim.vam: fix filetype detection
According to https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt#L1310
`filetype on` must be called after all VAM plugins are initialized.
Otherwise vim set `conf` filetype for some files containing hash tags.
2017-02-13 14:10:23 +01:00
Jörg Thalheim
d673484683 Merge pull request #22720 from Mic92/vim-plugins
vimPlugins: update to latest
2017-02-13 01:34:57 +01:00
Jörg Thalheim
005a9d2d9d
vimPlugins: update to latest 2017-02-13 01:08:20 +01:00
Graham Christensen
2495065351 Merge pull request #22667 from avnik/wine-update
wineUnstable: 2.0 -> 2.1
2017-02-12 18:54:47 -05:00
Christoph Hrdinka
a7ca114545
libretro: add mGBA core
Closes #22618.
2017-02-12 12:38:20 +01:00
Alexander V. Nikolaev
9ed445a0f7 wineUnstable: 2.0 -> 2.1 2017-02-12 11:23:48 +02:00
Joachim F
2488e42cc5 Merge pull request #22620 from hrdinka/add/libretro-reicast
libretro: add reicast core
2017-02-11 20:15:59 +01:00
Joachim F
6d536f91ba Merge pull request #22662 from hrdinka/add/libretro-mednafen-saturn
libretro: add mednafen-saturn core
2017-02-11 20:13:40 +01:00
Tuomas Tynkkynen
20578372e1 U-Boot: Fix ubootBananaPi & ubootPcduino3Nano by adding python2
Also enable parallel building.
2017-02-11 15:53:01 +02:00
Christoph Hrdinka
c4a47bdb5e
libretro: add mednafen-saturn core 2017-02-11 13:49:33 +01:00
Vladimír Čunát
66fe4af226
Merge recent staging
It's the version last built on Hydra, almost fully.
2017-02-10 18:07:14 +01:00
Christoph Hrdinka
95ee742dcd
attract-mode: init at 2.2.0 2017-02-10 12:25:26 +01:00
Christoph Hrdinka
d04ee2f91c
libretro: add reicast core 2017-02-10 12:11:29 +01:00
Charles Strahan
0fe9b1e203
vim-plugins: use ycmd package for youcompleteme 2017-02-10 01:10:54 -05:00
Herwig Hochleitner
ae33b4673d wine: 1.8.6 -> 2.0 2017-02-09 16:20:49 +01:00
Vladimír Čunát
6bea415b5e
Merge branch 'master' into staging 2017-02-09 08:42:04 +01:00
Franz Pletz
4494b18fe4
electricsheep: 2.7b33-598d93d90 -> 2.7b33-2017-02-04
Also some cleanups like removed unused buildInputs.
2017-02-08 23:51:02 +01:00
Pascal Wittmann
04a128540d Merge pull request #22285 from nand0p/electricsheep
electricsheep: 2.6.8 -> 2.7b33
2017-02-07 10:20:20 +01:00
Fernando J Pando
17d74c4912 electricsheep: 2.6.8 -> 2.7b33
- Updates and fixes currently broken package.
- Provides Flam3 and GLee dependencies.
- Tested on Nixos Unstable.
2017-02-06 18:05:38 -05:00
Herwig Hochleitner
023c3c77ee cdemu: bugfix updates
image-analyzer: 3.0.0 -> 3.0.1
cdemu-client: 3.0.1 -> 3.0.3
cdemu-daemon: 3.0.3 -> 3.0.5
gcdemu: 3.0.1 -> 3.0.2
libmirage: 3.0.4 -> 3.0.5
vhba: 20140928 -> 20161009
2017-02-06 05:09:12 +01:00
Eelco Dolstra
42574f52b9
Remove references to $NIX_STRIP_DEBUG
This was removed in 3ea1c30846.
2017-02-05 11:08:32 +01:00
Vladimír Čunát
a2c867fd39
Merge branch 'staging' 2017-02-04 21:02:46 +01:00
Evan Danaher
03c10c64ad vim-plugins: add vim-lawrencium 2017-02-03 17:02:35 -05:00
Evan Danaher
20db0d793f vim-plugins: add neco-vim 2017-02-03 09:32:55 -05:00
Evan Danaher
b017334b46 vim-plugins: add vim-scala 2017-02-03 09:32:55 -05:00
Evan Danaher
127c299efc vim-plugins: add vim-highlightedyank 2017-02-03 09:32:54 -05:00
Vladimír Čunát
adab4cd58b
Merge branch 'master' into staging 2017-02-03 11:47:38 +01:00
Cray Elliott
3acd52d917 mgba: 0.5.1 -> 0.5.2 2017-02-02 15:34:38 -08:00
Antoine Racine
9fa9339a13 vimPlugins.alchemist-vim: init at rev c22d4883b7 2017-02-01 23:13:28 -05:00
Antoine Racine
b4f3674694 Add vim-elixir to vim plugins 2017-02-01 20:05:22 -05:00
Vladimír Čunát
9cd2dbc569
Merge branch 'master' into staging
Hopefully this will fix the mass abortion on Hydra;
restarting the jobs didn't help.
2017-01-30 18:39:36 +01:00
Vladimír Čunát
49b136377a
Merge #16501: add a guide about vim plugins 2017-01-30 18:28:20 +01:00
Robert Helgesson
89150d3377
theme-vertex: 20161009 -> 20170128 2017-01-30 16:31:33 +01:00
Tuomas Tynkkynen
424cfe7686 Merge remote-tracking branch 'upstream/master' into staging 2017-01-29 02:16:29 +02:00
Robin Gloster
0cd1f6bb51
gxemul: get rid of composableDerivation 2017-01-27 17:36:38 +01:00
Tuomas Tynkkynen
be0e48e48f Merge remote-tracking branch 'upstream/master' into staging 2017-01-27 02:18:44 +02:00
Robin Gloster
246765f33d
libjack2: add patch to fix build with gcc6 2017-01-25 20:12:40 +01:00
Tuomas Tynkkynen
b29ee6c8ff U-Boot: Add 64-bit Raspberry Pi 3 build
And rename the old ubootRaspberryPi3 to ubootRaspberryPi3_32bit.
2017-01-25 02:14:47 +02:00
schneefux
9ffd864e01
vim plugins: added gruvbox 2017-01-21 16:07:28 +01:00
Franz Pletz
9b92a07843
treewide: use lib.maintainers for meta.maintainers 2017-01-20 15:44:28 +01:00
Tuomas Tynkkynen
1feedf25df U-Boot: 2016.11 -> 2017.01 2017-01-20 14:50:02 +02:00
Nikolay Amiantov
d75a3cfb29 Merge pull request #21995 from abbradar/opencl
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Nikolay Amiantov
10bae1a207 opencl-icd: remove, point to ocl-icd 2017-01-20 03:37:51 +03:00
Arseniy Seroka
fe5cbf221f Merge pull request #21904 from instantepiphany/master
vimPlugins: add typescript-vim, tsuquyomi
2017-01-16 14:41:18 +03:00
Maximilian Güntner
99ca11810a
vim plugins: added vim-speeddating 2017-01-15 18:57:52 +01:00
Jordan Cran
3ba22934e8 vimPlugins: add typescript-vim, tsuquyomi 2017-01-15 23:35:55 +11:00
Robin Gloster
3405f703f2
gxemul: fix disappeared download link 2017-01-14 20:02:12 +01:00
Jude Taylor
a493b89907 vimPlugins: add delimitMate 2017-01-10 11:51:03 -08:00
Pascal Wittmann
de36c3b560
xlockmore: 5.49 -> 5.50 2017-01-09 19:51:34 +01:00
Vladimír Čunát
07bf828bd9
Merge branch 'staging'; security /cc #21642 2017-01-06 16:32:47 +01:00
Vladimír Čunát
d442a0ffc0
wine*: fixup build by using older flex 2017-01-06 16:25:37 +01:00
Vladimír Čunát
75fc704cfe
treewide: more fixes of phases after bash 4.3 -> 4.4 2017-01-06 14:05:22 +01:00
Matthias Beyer
eb07e35554 pipes: 1.1.0 -> 1.2.0 2017-01-04 16:29:30 +01:00
Rok Garbas
2c88414274 vimPlugins: update to latest 2017-01-04 10:53:27 +01:00
Herwig Hochleitner
cd9edbb15b wine: 1.8.4 -> 1.8.6
wine: 2.0-rc2 -> 2.0-rc3
winetricks: 20160724 -> 20170101
2017-01-02 13:20:19 +01:00
Daiderd Jordan
2c288548b9 Merge pull request #21574 from veprbl/ycm_fix
youcompleteme: fix compilation
2017-01-02 00:10:04 +01:00
Dmitry Kalinkin
f37c7e01d5
youcompleteme: fix compilation
1) Replace --system-libclang with an explicit setting for the path to
nix libclang 3.9. Otherwise it will find system's libclang on darwin.

2) Remove clang/llvm from build inputs. This prevents ycm itself from
being compiled by clang 3.9. stdenv's standard compiler (gcc or
clang 3.7) will suffice.

3) Enable C++11 again as #16212 is caused by incopatibility between
clang 3.9 and libc++ 3.7, but we don't compile YCM with clang 3.9, so
this is not needed anymore.
2017-01-01 17:35:16 -05:00
Bart Brouns
59dbcefaa7
physlock: git-20150126 -> 0.5 2016-12-30 22:45:56 -05:00
Alexander V. Nikolaev
76b5f2c249 wineUnstable: 1.9.23 -> 2.0-rc2
Update staging as well
2016-12-22 16:06:18 +02:00
Balletie
bf82db37d2
light-locker: Conform meta.description to CONTRIBUTING 2016-12-18 19:38:12 +01:00
Balletie
786b5dd07b
light-locker: use systemd/logind instead of UPower
Since systemd has been adopted for a while now, we should switch to
using it for light-locker as well. So I disabled ConsoleKit/UPower
support in favor of using systemd with logind. This fixed many issues
for me, and made light-locker working again.

I followed the PKGBUILD of Arch's package in determining the right
configure flags. See: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/light-locker
2016-12-18 19:26:58 +01:00
Will Dietz
b035da2e4d Add vim-markdown plugin.... 2016-12-14 17:29:52 -06:00
Daniel Brockman
8c0f4755bd urbit: 2016-06-02 -> 0.4 (#20922) 2016-12-13 15:43:02 +01:00
romildo
500816150f flat-plat-gtk-theme: remove build dependency on gnome-shell 2016-12-10 07:11:30 -02:00
romildo
8bdf8b7b51 flat-plat-gtk-theme: eba3be5 -> 2016-12-03 2016-12-09 19:31:35 -02:00
Joachim F
67b79c32f5 Merge pull request #20990 from romildo/upd.numix-gtk-theme
numix-gtk-theme: 2016-06-12 -> 2016-11-19
2016-12-08 11:30:53 +01:00
Joachim F
b5116b8b12 Merge pull request #20984 from romildo/upd.paper-gtk-theme
paper-gtk-theme: 2016-05-27 -> 2016.08-16
2016-12-08 11:30:14 +01:00
romildo
0a09969693 numix-gtk-theme: 2016-06-12 -> 2016-11-19 2016-12-07 18:45:25 -02:00
romildo
1678119dcc paper-gtk-theme: 2016-05-27 -> 2016.08-16 2016-12-07 17:38:07 -02:00
romildo
1039d9d7eb arc-theme: 2016-10-13 -> 2016-11-25 2016-12-07 16:52:34 -02:00
Joachim F
583e5cfa0d Merge pull request #20881 from romildo/new.e17gtk
e17gtk: init at 3.22.0
2016-12-07 05:25:30 +01:00
Tuomas Tynkkynen
1e7bb272e1 U-Boot: Add platforms to legacy U-Boots
Or they will be tried to be built on x86_64 since #19990.
2016-12-05 02:17:41 +02:00
romildo
650501f5b1 e17gtk: init at 3.22.0 2016-12-03 08:20:33 -02:00
romildo
3170266657 adapta-gtk-theme: 3.21.3.68 -> 3.89.1.66 2016-12-02 22:26:27 -02:00
Tuomas Tynkkynen
8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Tuomas Tynkkynen
02e1846d62 U-Boot: 2016.05 -> 2016.11 2016-11-28 00:23:12 +02:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
romildo
a357777fc0 Greybird: 2016-09-13 -> 2016-11-15 2016-11-25 05:08:03 -02:00
Frederik Rietdijk
12d9fe12f0 urbit: use python2 2016-11-24 22:28:03 +01:00
Arseniy Seroka
39a0d766db Merge pull request #20678 from carlsverre/fix/ctrlp-cmatcher
Fix/ctrlp cmatcher
2016-11-24 22:53:15 +04:00
Arseniy Seroka
c8e014e5a6 Merge pull request #20681 from carlsverre/add/cpsm
cpsm: init at 565ab53a66fa52c46d80adf6981b07f4bdffcb1d
2016-11-24 22:52:15 +04:00
Carl Sverre
a7500ca12b cpsm: init at 565ab53a66fa52c46d80adf6981b07f4bdffcb1d 2016-11-24 00:16:24 -08:00
Carl Sverre
1d45e5d6c7 fix/ctrlp-cmatcher: add extra steps to additional-nix-code 2016-11-23 23:53:32 -08:00
Nikolay Amiantov
be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Pascal Wittmann
703deb0bc0
slock: 1.3 -> 1.4
fixes CVE-2016-6866
2016-11-20 15:12:04 +01:00
Arseniy Seroka
57260d4c79 Merge pull request #20483 from steveeJ/vim-plugins-deoplete-go
vim-plugins/deoplete-go: init at 2016-11-12
2016-11-18 23:35:21 +04:00
Michael Raskin
fd0d7229ff Merge pull request #20519 from avnik/wine-update
wine-unstable: 1.9.22 -> 1.9.23
2016-11-18 11:22:19 +00:00
Alexander V. Nikolaev
edcfa0f3fa wine-unstable: 1.9.22 -> 1.9.23 2016-11-18 13:16:02 +02:00
Pascal Wittmann
ec6e4689ea xlockmore: 5.47 -> 5.49 2016-11-17 22:34:03 +01:00
Stefan Junker
da23970660 vim-plugins/deoplete-go: init at 2016-11-12 2016-11-17 18:23:33 +01:00
Jaka Hudoklin
f4780da125 vimPlugins/vim-jsdoc: init at 0kr4p01p 2016-11-17 13:07:38 +01:00
Joe Hermaszewski
d6a3aaef89 vim-utils: fix typo 2016-11-13 12:07:10 +00:00
James Cunningham
5dee508acf vim plugins: add dracula theme 2016-11-10 16:24:45 +00:00
Arseniy Seroka
d4d2e7fd9e Merge pull request #20237 from vcunat/p/vim-fixes
vim fixes
2016-11-09 12:22:45 +03:00
Vladimír Čunát
8e86d3d451 vim-plugins: add clighter8 2016-11-07 20:21:42 +01:00
Vladimír Čunát
d8652a053b vimPlugins: auto-update
- Rename couldn't be fetched; new URL should be OK.
- Two plugins got re-ordered (added ad-hoc, apparently).
- ctrlp* is suspected to contain non-generated code;
  I left it untouched this round but it should be fixed.
  /cc @carlsverre for 71a94dfd9
2016-11-07 18:55:21 +01:00
Bart Brouns
78121c2118 build jack unstable without profiling 2016-11-07 12:59:05 +01:00
Michael Raskin
4bfa6989f0 wineUnstable: 1.9.20 -> 1.9.22 2016-11-04 08:58:17 +01:00
Alexander V. Nikolaev
d89c3acced wineUnstable: 1.9.20 -> 1.9.22
Also update staging as well
2016-11-04 06:04:15 +02:00
Kier Davis
9f4114a740
samsung-unified-linux-driver_1_00_37: fix build failing due to upstream change in 'cups'
This commit should fix the package building to build due to https://github.com/NixOS/nixpkgs/issues/16238

Printing tested on M2875FD and M2675FN models. Scanning not tested yet due to lack of access of Samsung scanning devices.

All work in this commit is attributed to @jokogr. Content of this commit is basically copied+pasted from c41e771a38
2016-11-02 15:13:46 +00:00
Frederik Rietdijk
84174c0cb8 libjack2Unstable: and remove the old file
that I forgot to stage.
2016-11-02 14:54:48 +01:00
Frederik Rietdijk
ab0ac18279 libjack2Unstable: fix evaluation
broken by f64933596c
2016-11-02 14:20:58 +01:00
Bart Brouns
d315ca4080 libjack2-git: 2015-09-03 -> 2016-08-18 2016-11-02 12:51:22 +01:00
Ioannis Koutras
270365a1ee samsung-unified-linux-driver: add 4.01.17 2016-11-01 19:19:53 +02:00
Dan Peebles
89915f8206 db45: remove outdated version 2016-11-01 03:10:13 +00:00
Frederik Rietdijk
beef906d2e Merge pull request #19882 from FRidh/hplip
hplip: use mkPythonDerivation
2016-10-28 20:00:08 +02:00
Frederik Rietdijk
7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00