Commit graph

3011 commits

Author SHA1 Message Date
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 cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02: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 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02: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
Bignaux Ronan 4c2c12da20 caprice32: unstable-2018-02-10 -> unstable-2018-03-05 (#44462) 2018-08-04 22:21:17 +02:00
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
John Ericson f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson 85a9913edd treewide: Make more complicated configureFlags lists 2018-08-03 17:06:03 -04:00
Thomas Bach 7e60f1c678 mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 (#43968)
Provide printer driver for Brother MFC-L8690CDW.
2018-08-03 20:18:32 +02:00
xeji d7c34debe2
Merge pull request #44283 from kalbasit/nixpkgs-fix-44282
cups-filters: fix the build with poppler-0.67.0
2018-08-01 10:25:53 +02:00
Wael M. Nasreddine 347ff3238a
cups-filters: fix the build with poppler-0.67.0
Apply the patch from https://github.com/OpenPrinting/cups-filters/pull/51

closes #44282
2018-08-01 00:47:56 -07:00
Luke Adams 06b429062f scrcpy: init at v1.2 2018-07-31 21:56:11 -05:00
Robert Schütz 78b089016e seafile-shared: 6.2.2 -> 6.2.3 2018-07-30 23:49:22 +02:00
Okina Matara 21e5d59f9c dolphinEmuMaster: 2018-07-02 -> 2018-07-22 2018-07-30 09:42:53 -07:00
Silvan Mosberger ab19473a21
Merge pull request #44119 from ikervagyok/wine313
wine{Unstable,Staging,-mono,tricks}: update to latest version
2018-07-29 22:01:08 +02:00
Alan Pearce 8aecf68616 cups-toshiba-estudio: 7.51 -> 7.89 (#43850) 2018-07-29 21:51:47 +02:00
José Romildo Malaquias 09d25d7d65 plano-theme: 3.28-1 -> 3.28-2 (#44128) 2018-07-29 21:15:14 +02:00
gnidorah b6d92b89e3 twilight, kde2-decoration: add myself to maintainers 2018-07-28 17:45:45 +03:00
Bas van Dijk ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Lengyel Balázs 8c8f0c8058 winetricks: 20180513 -> 20180603 2018-07-26 11:52:20 +02:00
Lengyel Balázs 30e0a5b009 wine-mono: 4.7.1 -> 4.7.3 2018-07-26 11:48:41 +02:00
Lengyel Balázs d3de53eae5 wine{Unstable,Staging}: 3.11 -> 3.13 2018-07-26 11:45:18 +02:00
Daiderd Jordan 9ac035b5a6
vim-plugins: add extra plugins
- isort
- splice
- a bunch of tpope's missing plugins
2018-07-26 00:37:14 +02:00
Daiderd Jordan 4301f22197
vim-plugins: automatic updates 2018-07-26 00:16:21 +02:00