summary refs log tree commit diff
path: root/pkgs/development/tools/nwjs/default.nix
Commit message (Collapse)AuthorAge
* nwjs: remove gconf dependencyFliegendeWurst2022-02-11
|
* nwjs: 0.33.4 -> 0.54.1wucke132021-11-29
| | | | | | The later versions depend on GLIBC_2.33, which is not yet available in the nixpkgs. Hence only the update to a newer but not the newest release.
* nwjs: add lib/libnw.somilahu2021-11-02
|
* nwjs: remove phasesFelix Buehler2021-07-27
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* nwjs: use ffmpeg instead of ffmpeg_3Robert Schütz2021-05-20
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* nwjs: use lib.getLib systemd instead of systemd.libFlorian Klink2020-08-13
| | | | This will pick the `lib` output if it exists, otherwise default to `out`.
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | 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-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* nwjs-sdk: init at 0.33.4 (#45320)Yurii Rashkovskii2018-10-02
|
* nwjs: 0.32.2 -> 0.32.4 (#46231)R. RyanTM2018-09-29
| | | | | | 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-30
| | | | It is deprecated and will be removed after 18.09.
* nwjs: 0.32.1 -> 0.32.2 (#45179)R. RyanTM2018-08-21
| | | | | | 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-08
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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-23
|
* node_webkit/nwjs: 0.12 -> 0.23.6Profpatsch2018-03-19
Keep 0.12, because it is still needed by `nixui`. Keep 0.9, because it is still needed by `zed`.