Commit graph

3134 commits

Author SHA1 Message Date
Daiderd Jordan 1a1a5af252
Merge pull request #47051 from LnL7/darwin-broken-d
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
Christoph Hrdinka da84efcd12
libretro.mame: 2017-03-02 -> 2018-09-13
Fixes build of the MAME libretro core.

Closes #47137.

Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-21 18:53:59 +02:00
Daiderd Jordan f6bc086b21
dolphinEmuMaster: mark broken on darwin
The default version isn't enabled on darwin either, however it did work
at some point.

    /tmp/nix-build-dolphin-emu-2018-08-17.drv-0/source/Source/Core/Core/NetPlayServer.cpp:1180:26: error: unknown type name 'lzo_uint32_t'; did you mean 'lzo_uint32'?
      std::vector<u8> wrkmem(LZO1X_1_MEM_COMPRESS);

/cc ZHF #45961
2018-09-20 22:17:57 +02:00
Thomas Kerber 3afe74864c
vim-utils: fix broken vim-plug implementation. 2018-09-20 14:41:12 +01:00
Sam Parkinson 0e1f3ef01a vim-tsx: init at 2017-03-16
fixes #46728
2018-09-20 08:44:45 +01:00
Jörg Thalheim 6fdec2b3a4 vimPlugins: update.py also needs nix-prefetch-git 2018-09-20 08:42:46 +01:00
Jörg Thalheim bd46155a8d vimUtils: replace vim-addon-nix with vim-nix
vim-addon-nix throws weird errors on startup
2018-09-20 08:26:03 +01:00
Roman Volosatovs 516a83c0e8
vimPlugins: Add vim-plug addon implementation 2018-09-20 08:52:32 +02:00
Roman Volosatovs 3f47dfff3b
vimPlugins: Add vim-plug, update plugins 2018-09-20 08:52:32 +02:00
Roman Volosatovs d82d6a7dae
vimPlugins: shougo -> Shougo 2018-09-20 08:51:29 +02:00
Jörg Thalheim 4bd4cda3a7
Merge pull request #46894 from romildo/upd.zuki-themes
zuki-themes: 3.28-1 -> 3.28-3
2018-09-19 15:12:55 +01:00
José Romildo Malaquias 32cd582645 plano-theme: 3.28-2 -> 3.28-3 (#46892) 2018-09-19 16:02:33 +02:00
José Romildo Malaquias af1c268b55 zuki-themes: 3.28-1 -> 3.28-3 2018-09-19 10:57:59 -03:00
Jan Tojnar 4bc023b583
Merge pull request #46849 from worldofpeace/lollypop-portal/fix-build
lollypop-portal: add python3
2018-09-18 21:24:42 +02:00
worldofpeace eeb9e9473f lollypop-portal: add python3 2018-09-18 14:42:25 -04:00
José Romildo Malaquias 1944defa4c greybird: remove license cc-by-nc-sa-30 (#46802)
Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.
The first is free, and the second is unfree in nixpkgs. Currently both
licenses are listed in the package derivation. And nix takes that it is
unfree. If one of the licenses in the list is unfree. nix consider
that the software is unfree. Remove the unfree one.
2018-09-18 13:29:28 +02:00
Jörg Thalheim cb293ec416
Merge pull request #46638 from ryantm/aliases
vimPlugins: warn if alias is used inside overrides
2018-09-18 07:54:38 +01:00
José Romildo Malaquias 9f46141631 greybird: 3.22.7 -> 3.22.9 2018-09-17 11:36:53 -03:00
Jörg Thalheim ffd74d1ee4
Merge pull request #46748 from teto/vim_plugins
vimPlugins: adding vim-sayonara/nvimdev/obsession
2018-09-17 13:24:58 +01:00
José Romildo Malaquias 395019b38d sierra-gtk-theme: init at 2018-09-14 (#46737) 2018-09-17 10:09:34 +02:00
Matthieu Coudron c4819dafe5 vimPlugins: adding vim-sayonara/nvimdev/obsession 2018-09-17 01:31:32 +09:00
Jörg Thalheim dec78a23d1 vimPlugins: only update generated.nix if all plugins were downloaded
https://github.com/NixOS/nixpkgs/pull/46728#discussion_r217915996
2018-09-16 16:59:41 +01:00
Andreas Baldeau 1d44491fac scrcpy: 1.2 -> 1.3 2018-09-15 23:38:32 +02:00
José Romildo Malaquias 54ab621fa7 matcha: init at 2018-09-14 (#46693) 2018-09-15 16:50:24 +02:00
Christopher Birkbeck 2fb5b52bab
Added ranger.vim, a plugin that uses the ranger file manager within vim. 2018-09-14 22:43:58 -04:00
Ryan Mulligan 48c81f0d55 vimPlugins: warn if alias is used inside overrides 2018-09-14 08:59:01 -07:00
Tuomas Tynkkynen 61b2e0cba8 U-Boot: 2018.07 -> 2018.09 2018-09-14 16:15:28 +03:00
Daiderd Jordan 68956555c1 calaos_installer: fix darwin install (#46629)
On darwin this builds an application instead of a binary.

/cc ZHF #45961
2018-09-13 23:40:30 +02:00
Daiderd Jordan 04cba83e7f brlaser: cleanup and mark linux only (#46622)
The test binaries depend use open_memstream which isn't available on
darwin.

    error: use of undeclared identifier 'open_memstream'

/cc ZHF #45961
2018-09-13 22:47:34 +02:00
Jörg Thalheim cfc8e26ce5
Merge pull request #46566 from Mic92/ncm2
vimPlugins.ncm2: init at 2018-09-03
2018-09-13 18:36:41 +01:00
Ryan Mulligan f91a79ecc8 treewide: fix config.allowAliases = false evaluation 2018-09-13 06:47:22 -07:00
Daiderd Jordan 139eb11a6d
alock: mark linux only
The darwin build fails and it's probably not particularly useful there.

    utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC'
        clock_gettime(CLOCK_MONOTONIC, &t);

/cc ZHF #45961
2018-09-12 20:06:06 +02:00
Jörg Thalheim e15ffdf951 vimPlugins.ncm2: init at 2018-09-03
This is the new version of neovim completion manager
2018-09-12 09:14:38 +01:00
Jörg Thalheim 60ebc45659 vimPlugins.LanguageClient-neovim: 2018-06-12 -> 2018-09-07 2018-09-12 09:14:38 +01:00
Jörg Thalheim c4a621d4a6 vimPlugins: run update script in empty environment 2018-09-12 07:51:48 +01:00
Jörg Thalheim ac415ca68e vimPlugins: do not pick up aliases from nixpkgs 2018-09-12 07:51:03 +01:00
Jörg Thalheim 4daba543aa vimPlugins: updates 2018-09-12 07:45:44 +01:00
R. RyanTM 93f08451dd adapta-gtk-theme: 3.94.0.92 -> 3.94.0.132 (#46302)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/adapta-gtk-theme/versions
2018-09-11 23:28:55 +02:00
Roman Volosatovs 8f4c5c72ac
vimPlugins: Fix update.py, add/update plugins 2018-09-10 21:41:04 +02:00
Jörg Thalheim 8ccdd29578 vim-plugins: add missing update.py
This file was accidentally not included in 953199fd82
2018-09-09 23:19:41 +01:00
Jörg Thalheim 484e1807a6
Merge pull request #46394 from Mic92/vim-updater
vim-plugins: rewrite updater
2018-09-09 13:46:55 +01:00
Jörg Thalheim 953199fd82 vim-plugins: rewrite updater
A new python script has been added to replace the aged viml-based
updater. The new updater has the following advantages:

- use rss feeds to check for updates quicker
- parallel downloads & better caching
- uses proper override mechanism instead of text substitution
- update generated files in-place instead of having to insert updated plugins manually

Automatically reading `dependencies` from the plugins directory has been
not re-implemented.
This has been mostly been used by Mark Weber's plugins, which seem to
no longer receive regular updates.
This could be implemented in future as required.
2018-09-09 11:22:43 +01:00
Samuel Dionne-Riel 2c751dcdc9 yabause: 0.9.14 -> 0.9.15 (#46353)
+ fixes for Qt 5.11 build.
2018-09-08 13:58:50 +02:00
Jörg Thalheim 182f1fc2c8 vim-plugins: remove .git extension from spec 2018-09-08 10:08:56 +01:00
Markus Kowalewski 17eda39832
numix-*: update homepage 2018-09-08 01:19:02 +02:00
Vladimír Čunát a3f6a4b9b6
ghostscript: fix nitpicks after the update
- unused lcms2 input
- reference $out -> $doc
2018-09-04 18:50:49 +02:00
Vladimír Čunát c19136b1cd
ghostscript: 9.22 -> 9.24 (security)
The $doc stuff needed changes, probably because of ghostscript newly
reacting to some configure flags that stdenv passes.
 - share/ghostscript/9.22/doc was an ugly location for documentation,
   and I didn't like their new share/ghostscript/9.24 either,
   so that got changed to share/doc/ghostscript/9.24
 - their process no longer installs examples, apparently,
   but I don't expect that would be any problem for us
2018-09-04 18:17:01 +02:00
xeji c23ec2794d
Merge pull request #46011 from markuskowa/homepages-2
Cleanup homepage links
2018-09-03 23:32:52 +02:00
Markus Kowalewski 34831e0537
talkfilters: update homepage 2018-09-03 22:36:56 +02:00
xeji 87ba30b5c7
Merge pull request #45939 from rnhmjoj/scc
sc-controller: 0.4.3 -> 0.4.4
2018-09-02 20:58:13 +02:00
rnhmjoj 8670ee4689
sc-controller: fix missing libbluetooth.so 2018-09-02 20:05:54 +02:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Sarah Brofeldt ab18814a8e
Merge pull request #45753 from ikervagyok/wine314
wine{Unstable,Staging}: 3.13 -> 3.14
2018-08-30 11:20:57 +02:00
Jörg Thalheim 663951eaa3
Merge pull request #43388 from symphorien/neovim-python-env
Fix neovim PYTHONPATH handling
2018-08-30 08:51:21 +01:00
Lengyel Balázs f9ab1c5d41 wine{Unstable,Staging}: 3.13 -> 3.14 2018-08-29 16:54:08 +02:00
Johannes Lötzsch d8238b66c1 vim-fireplace: init at 2018-06-01 (#45725) 2018-08-29 11:28:34 +02:00
Bas van Dijk 551fec4467 Merge branch 'master' into es6 2018-08-23 23:41:27 +02:00
Michael Raskin 529c62cd47 gensgs: update src link 2018-08-21 20:51:41 +03:00
Vladimír Čunát 765d695b89
Merge branch 'staging-next'
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
xeji 54ff14b6f3
Merge pull request #45399 from markuskowa/license-8
Add licenses
2018-08-21 12:05:10 +02:00
rnhmjoj 5914624410
sc-controller: fix udev for NixOS 2018-08-21 10:56:52 +02:00
Markus Kowalewski a0f6e0552d
gens-gs: add license 2018-08-20 19:39:08 +02:00
Robert Schütz 63b06d0251
Merge pull request #45148 from r-ryantm/auto-update/seafile-client
seafile-client: 6.2.3 -> 6.2.4
2018-08-20 17:30:39 +02:00
Robert Schütz 5e37eef2a7 seafile-shared: 6.2.3 -> 6.2.4 2018-08-20 16:49:55 +02:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
R. RyanTM 06275ccb89 adapta-gtk-theme: 3.94.0.1 -> 3.94.0.92 (#45264)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/adapta-gtk-theme/versions.
2018-08-20 00:11:20 +02:00
Jörg Thalheim 134d599b00
Merge pull request #45325 from LnL7/vim-nix
vim-nix: 2018-07-01 -> 2018-08-19
2018-08-19 14:00:28 +01:00
Daiderd Jordan 7efb1828ed
Merge pull request #45311 from Thra11/vim-lastplace
vim-lastplace: init at 2017-06-13
2018-08-19 13:32:53 +02:00
Daiderd Jordan 27fcd62209
vim-nix: 2018-07-01 -> 2018-08-19 2018-08-19 13:06:51 +02:00
Tom Hall 8749b34586 vim-qml: init at 2018-07-22 2018-08-18 20:06:44 +01:00
Tom Hall c4bf74e28c vim-lastplace: init at 2017-06-13 2018-08-18 20:04:49 +01:00
Joachim F c69e3ba514
Merge pull request #45197 from Chiiruno/dev/dolphin
dolphinEmuMaster: 2018-07-22 -> 2018-08-17
2018-08-18 18:43:12 +00:00
Okina Matara 6cf43791e7 dolphinEmuMaster: 2018-07-22 -> 2018-08-17 2018-08-18 12:38:13 -05:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
R. RyanTM 81b681c0f5 sc-controller: 0.4.3 -> 0.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sc-controller/versions.
2018-08-16 12:53:12 -07:00
Timo Kaufmann e2c3728f0e
Merge pull request #45128 from r-ryantm/auto-update/xscreensaver
xscreensaver: 5.39 -> 5.40
2018-08-16 20:56:02 +02:00
R. RyanTM c3e4b87dfb xscreensaver: 5.39 -> 5.40
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xscreensaver/versions.
2018-08-16 11:22:23 -07:00
Johannes Frankenau d4f0848cae splix: install color profiles and enable JBIG 2018-08-16 15:53:00 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski c8baf7cc0c foo2zjs: make tests run, but disable 2018-08-11 09:35:31 +00:00
Jan Malakhovski a12d40eb7e cups: fix tests 2018-08-11 09:35:22 +00:00
Pascal Wittmann a34579e01e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Matthew Bauer 68b5f51d6f brightnessctl: also install udev rules
Fixes #44877
2018-08-10 13:44:58 -04:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann 676f09be67
xlockmore: 5.55 -> 5.56 2018-08-07 23:16:42 +02:00
CrazedProgrammer cb183acbaa ccemux: init at 1.1.0 (#44614) 2018-08-07 21:45:01 +02:00
Silvan Mosberger 308d7809d3
Merge pull request #44292 from mankyKitty/vscode-exts-update-script
vscode-extensions: Script to generate Nix for "latest" version of all installed vscode extensions
2018-08-07 03:22:56 +02:00
Sean Chalmers 9321785bab vscode-extensions: script to generate Nix for "latest" version of all installed vscode extensions
Added better practices to update_exts script.

Use `jq` instead of `grep` for more reliable JSON querying.

Check for 404 when requesting package.json information to avoid mangled
output.

Added proper failure points for missing vscode package, unknown version,
and if the code executable couldn't be found.

Switched to using a `nix-shell` shebang for even better reliability and
use the `sh` shell to be that little bit more generic.

Script is still clunky and sequential, anything more and I'd need to
write a proper program to do this and that's getting a bit silly? But
people that have a dozen or so extensions might be in for a long wait.

Be explicit about using bash

Improve the use of jq to remove unnecessary use of tr. Hat-tip coretemp.

Add some comments, finally.

Remove the `fetch` function.

Change the `get_ver` function to more accurately demonstrate what it is trying
to do, as well as add in some better error handling for non-200 http responses.

I couldn't make the bash `${param/search/replacement}` work for chopping up the
response in the `get_ver` function, hence the use of `sed`. Hopefully it all
makes a bit more sense now.

Remove github requests.

VSIXPackage is just a zip format in disguise so use a tmpdir and unpackage the
package.json file for the file in question so we can get the precise version
that we're interested in without additional redundant calls to github that may
not provide the right answer anyway.

Add trap to try to clean up the temp folders and clean up as we go.

I can't use 'fetchurl' or even 'nix-prefetch-url' because for the former we
don't yet know the hash that we're after and for the latter there isn't a way to
tie the predownloaded file into the next part of the workflow.

Prevent an unnecessary file from being extracted.

Change the unzip command to read the file we're after to stdout so we can use jq
on it directly instead of creating a file, reading it, then deleting it.

Courtesy of worldofpeace, remove the dependency on coreutils and use the
provided nix-hash function to generate the required hash.

Fix up a comment

Remove use of 'awk' and clean up individual Nix printing with cat to EOF expression.
2018-08-07 10:14:57 +10:00
Wael M. Nasreddine e8a5f6c225
tmuxPlugins: expose mkDerivation for creating a TMUX plugins 2018-08-06 12:17:45 -07:00
Wael M. Nasreddine 9bf0ebac7e
tmux-plugins: fix the fzf-tmux-url derivation 2018-08-06 11:15:16 -07:00
Pascal Wittmann f442f7d2b2
dosbox-unstable: add license
see issue #43716
2018-08-06 12:45:57 +02:00
Pascal Wittmann 123e622466
phabricator: add license
see issue #43716
2018-08-06 12:14:05 +02:00
Robin Gloster 93a056993f urbit: clean-up 2018-08-05 20:34:24 +02:00
Joseph Lukasik 26875910cb urbit: Don't use bootstrap scripts, no buildPhase
Incorporating feedback from https://github.com/nixos/nixpkgs/pull/43799

Also cleaned up some cruft from previous versions that didn't build with Meson/Ninja.
2018-08-05 20:34:24 +02:00
Joseph Lukasik 4a044699ae urbit: 0.4.5 -> 0.6.0
Following https://urbit.org/docs/using/install/
2018-08-05 20:34:24 +02:00
Wael M. Nasreddine b246709f1b
tmuxPlugins: add fzf-tmux-url to the list of plugins 2018-08-05 00:13:47 -07:00