aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/nwjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nwjs: use lib.getLib systemd instead of systemd.libFlorian Klink2020-08-131-2/+2
| | | | This will pick the `lib` output if it exists, otherwise default to `out`.
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-121-2/+2
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-221-2/+2
|
* nwjs-sdk: init at 0.33.4 (#45320)Yurii Rashkovskii2018-10-021-4/+12
|
* nwjs: 0.32.2 -> 0.32.4 (#46231)R. RyanTM2018-09-291-2/+2
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from nwjs
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-1/+1
| | | | It is deprecated and will be removed after 18.09.
* nwjs: 0.32.1 -> 0.32.2 (#45179)R. RyanTM2018-08-211-2/+2
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nwjs/versions.
* nwjs: 0.23.6 -> 0.32.1Yurii Rashkovskii2018-08-081-3/+3
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-3/+3
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-281-1/+1
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: http -> httpsRyan Mulligan2018-06-231-1/+1
|
* node_webkit/nwjs: 0.12 -> 0.23.6Profpatsch2018-03-191-0/+87
Keep 0.12, because it is still needed by `nixui`. Keep 0.9, because it is still needed by `zed`.