about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* tree-wide: replace wrapProgram with wrapGAppJan Tojnar2019-09-10
| | | | where appropriate
* nixos/doc/gnome: fix exampleJan Tojnar2019-09-10
|
* wrapGAppsHook: address some shellcheck suggestionsJan Tojnar2019-09-10
| | | | | | | These should not cause issues in practice but it is good idea to handle them. * prefix and targetOffset are mandatory, as they are always set by the generic builder. * wrapPrefixVariables and dontWrapGApps are now defaulting to empty value, as they are not mandatory.
* wrapGAppsHook: simplify taking env varsJan Tojnar2019-09-10
| | | | using indirect variable access must be better than eval
* wrapGAppsHook: add wrapGApp helperJan Tojnar2019-09-10
|
* Merge branch 'staging-next' into stagingJan Tojnar2019-09-10
|\
| * zbar: clean up (#68389)Jan Tojnar2019-09-10
| |\ | | | | | | zbar: clean up
| | * zbar: use libsForQt5.callPackageJan Tojnar2019-09-10
| | |
| | * zbar: drop Perl dependencyJan Tojnar2019-09-10
| | | | | | | | | | | | It does not appear to be necessary
| | * zbar: switch to GTK 3Jan Tojnar2019-09-10
| | |
| | * zbar: wrap Qt frontendJan Tojnar2019-09-10
| | |
| | * zbar: drop pygtk supportJan Tojnar2019-09-10
| | | | | | | | | | | | It is deprecated and we do not actually use it anywhere
| | * v4l-utils: split to multiple outputsJan Tojnar2019-09-10
| | | | | | | | | | | | | | | | | | That required setting localedir to fix cycle. Also do not patch shebangs globally.
| | * zbar: Split to multiple outputsJan Tojnar2019-09-10
| | | | | | | | | | | | | | | Also fix D-Bus config dir path: The configure script is appending `/dbus-1/system.d` so when we added passed in `$out/etc/dbus-1/system.d`, it ended up with extra nesting.
| | * zbar: format with nixpkgs-fmtJan Tojnar2019-09-10
| | |
| * | Merge pull request #68396 from fabianhjr/upgrade-firacodeworldofpeace2019-09-09
| |\ \ | | | | | | | | fira-code: 1.207 -> 2
| | * | fira-code: 1.207 -> 2Fabián Heredia Montiel2019-09-09
| | | |
| * | | Merge pull request #68391 from aanderse/zhf/dolphinworldofpeace2019-09-09
| |\ \ \ | | |/ / | |/| | dolphinEmu: fix broken build
| | * | dolphinEmu: fix broken buildAaron Andersen2019-09-09
| | | |
| * | | Merge pull request #68381 from flokli/instantclient-19.3-macosAaron Andersen2019-09-09
| |\ \ \ | | | | | | | | | | oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)
| | * | | oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)Florian Klink2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | macos binaries are available without having to login, so we can also remove the requireFile fetcher.
| * | | | Merge pull request #68377 from worldofpeace/iasl-fixbuildworldofpeace2019-09-09
| |\ \ \ \ | | |_|/ / | |/| | | iasl: drop uneeded patch
| | * | | iasl: drop uneeded patchworldofpeace2019-09-09
| | |/ /
| * | | linux: build rtw88 moduleFranz Pletz2019-09-10
| | | | | | | | | | | | | | | | | | | | Adds support for Realtek wireless/bluetooth cards found in some Lenovo laptops. The old `r8822be` module was removed in favour of this one.
| * | | Patch remind source to work on macOS (#67870)Allan Odgaard2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The default version of the source will show a banner on macOS and Windows which tells the user that the author would rather that they didn’t use remind on Apple or Microsoft products, and then sleep for 5 seconds. There is no way for the user to remove this obstacle other than patch the source and recompile, which is also what other package managers do. This commit also changes supported platform from linux to unix.
| * | | gmic & gmic-qt: update & clean-up (#68257)Jan Tojnar2019-09-10
| |\ \ \ | | | | | | | | | | gmic & gmic-qt: update & clean-up
| | * | | gmic-qt: 2.3.6 → 2.7.1Jan Tojnar2019-09-07
| | | | |
| | * | | cimg: 2.7.0 → 2.7.1Jan Tojnar2019-09-07
| | | | |
| | * | | gmic: 2.2.2 → 2.7.1Jan Tojnar2019-09-07
| | | | |
| | * | | gmic-qt: allow building non-Krita hostsJan Tojnar2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | * Use qt5’s mkDerivation * Also switch gimpPlugins.gmic to qmic-qt
| | * | | gmic-qt: format with nixpkgs-fmtJan Tojnar2019-09-07
| | | | |
| | * | | gmic-qt-krita: rename from gmic_krita_qtJan Tojnar2019-09-07
| | | | |
| * | | | liblouis: 3.10.0 → 3.11.0 (#68374)Jan Tojnar2019-09-10
| |\ \ \ \ | | | | | | | | | | | | liblouis: 3.10.0 → 3.11.0
| | * | | | liblouis: 3.10.0 → 3.11.0Jan Tojnar2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | http://liblouis.org/liblouis/2019/09/02/release-3.11.0.html
| | * | | | liblouis: format with nixpkgs-fmtJan Tojnar2019-09-09
| | | | | |
| * | | | | doc: add GNOME (#43150)Jan Tojnar2019-09-10
| |\ \ \ \ \ | | | | | | | | | | | | | | doc: add GNOME
| | * | | | | doc/gnome: explain glib passthru functionsworldofpeace2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Examples are updated to commits that use them as well.
| | * | | | | doc/gnome: explain double wrapped binariesworldofpeace2019-09-06
| | | | | | |
| | * | | | | doc: add GNOMEJan Tojnar2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #16285
| * | | | | | tippecanoe: init at 1.34.3 (#68303)Jan Tojnar2019-09-10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | tippecanoe: init at 1.34.3
| | * | | | | | maintainers.sikmir: add .keysNikolay Korotkiy2019-09-10
| | | | | | | |
| | * | | | | | tippecanoe: init at 1.34.3Nikolay Korotkiy2019-09-09
| | | | | | | |
| * | | | | | | wifi-password: init at 0.1.0 (#68373)Nikita Voloboev2019-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wifi-password: init at 0.1.0 * Apply suggestions from code review Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
| * | | | | | | Revert "busybox: fix static builds"Matthew Bauer2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b4f6931acde5433ffebfedf79a31eb5903ffa51e. Broke busybox-sandbox-shell https://hydra.nixos.org/build/100470231
| * | | | | | | nixos/dysnomia: enable InfluxDB supportSander van der Burg2019-09-09
| | | | | | | |
| * | | | | | | DisnixWebService: 0.8 -> 0.9Sander van der Burg2019-09-09
| | | | | | | |
| * | | | | | | disnixos: 0.7.1 -> 0.8Sander van der Burg2019-09-09
| | | | | | | |
| * | | | | | | disnix: 0.8 -> 0.9Sander van der Burg2019-09-09
| | | | | | | |
| * | | | | | | dysnomia: 0.8 -> 0.9Sander van der Burg2019-09-09
| | | | | | | |
| * | | | | | | gnome3.epiphany: fix buildworldofpeace2019-09-09
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Looks like something used to propagate nettle but doesn't anymore. Adding it properly, as it does depend on it, fixes the issue.