-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: f2b55f28271c
head repository: NixOS/nixpkgs-channels
compare: a7a8bf9040c8
Commits on Dec 10, 2019
-
wrapGAppsHook: don't add empty variables
Adding empty variables can lead to this problem: ```diff wrapProgram \ ./pye_menu_shell \ --prefix PATH : /nix/store/4c3z5r6yxsf2cxwwyazhdn92xixn4j5b-python3-3.7.5/bin:/nix/store/b3l3niilvqcxcsbxmd6sgqk1dy1rk81c-pye-menu-1.0/bin:/nix/store/y8j1cfj8d9r5rbbxc22w7hnfjw5f4fd3-cairo-1.16.0-dev/bin:/nix/store/6mg7lfbdh9pgx7pbxr3544qqbrigdl1q-freetype-2.10.1-dev/bin:/nix/store/gpszqcy0xi0lavbbjdq82zkkjp3jbp2a-bzip2-1.0.6.0.1-bin/bin:/nix/store/031c5pk5lzabgmpqpyd46hzi625as6bp-libpng-apng-1.6.37-dev/bin:/nix/store/f8kl7kmpv130aw9zm542p74a3hg0yc13-fontconfig-2.12.6-bin/bin:/nix/store/bqp30vkncmm222mjvwggz0s7p318sflj-expat-2.2.7-dev/bin:/nix/store/w57xa8g4s4aviwmqwgra7m5hwj2b005m-glib-2.60.7-dev/bin:/nix/store/v5d4966ahvfir2hwpv003022f3pb7vik-gettext-0.19.8.1/bin:/nix/store/qpvxhl1jr0fxnrx9idnpdagqs00m5m2z-glib-2.60.7/bin \ --set PYTHONNOUSERSITE true \ --set GDK_PIXBUF_MODULE_FILE /nix/store/7ddlakx6xjczqbfs80xjd14f30fzadws-gdk-pixbuf-2.38.1/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache \ --prefix XDG_DATA_DIRS : /nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/share/gsettings-schemas/gtk+3-3.24.10:/nix/store/b41z51vdv11n6df8ki5vj8dynxw98f9l-gsettings-desktop-schemas-3.32.0/share/gsettings-schemas/gsettings-desktop-schemas-3.32.0:/nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/share/gsettings-schemas/gtk+3-3.24.10 \ - --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \ + --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "" \ --prefix GI_TYPELIB_PATH : /nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/lib/girepository-1.0:/nix/store/z29l5xaaxh1s0697mcldj71ab0zshry1-librsvg-2.44.15/lib/girepository-1.0:/nix/store/pija1xzm7izxfb5m2hvhvlwp1l38ffxa-gobject-introspection-1.60.2/lib/girepository-1.0 \ - --prefix GRL_PLUGIN_PATH : + --prefix GRL_PLUGIN_PATH : "" ``` Where the diff is to highlight the problem: we don't have a valid value for GST_PLUGIN_SYSTEM_PATH_1_0 or GRL_PLUGIN_PATH, and instead of passing the empy string, the empty string gets unquoted somewhere, so we end up passing no arguments, thus the parser in wrapProgram takes --prefix as the argument of GST_PLUGIN_SYSTEM_PATH_1_0, and then GI_TYPELIB_PATH is missing it's --prefix so wrapProgram complains/dies. The easiest change is to not add empty arguments to the wrapper
Kovacsics Robert committedDec 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 2c8c8f2 - Browse repository at this point
Copy the full SHA 2c8c8f2View commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5a3336 - Browse repository at this point
Copy the full SHA b5a3336View commit details -
Merge pull request #75317 from worldofpeace/bluez-docheck
bluez: enable checkPhase on x86_64-linux
Configuration menu - View commit details
-
Copy full SHA for fb390ed - Browse repository at this point
Copy the full SHA fb390edView commit details -
python3Packages.astor: 0.8.0 -> 0.8.1
Jonathan Ringer committedDec 11, 2019 Configuration menu - View commit details
-
Copy full SHA for c0ea42c - Browse repository at this point
Copy the full SHA c0ea42cView commit details -
Merge pull request #75450 from KoviRobi/fix-wrap-gapps-hook-shell-quo…
…ting wrapGAppsHook: don't add empty variables (see also #75443)
Configuration menu - View commit details
-
Copy full SHA for 25879b3 - Browse repository at this point
Copy the full SHA 25879b3View commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 59a0e58 - Browse repository at this point
Copy the full SHA 59a0e58View commit details -
Necessary for nfs server with kerberos auth
Configuration menu - View commit details
-
Copy full SHA for 7b83883 - Browse repository at this point
Copy the full SHA 7b83883View commit details -
linux: patch request-key binary path
This is necessary for id mapping to work with NFS + Kerberos, and also touches #68106 and 634638.
Configuration menu - View commit details
-
Copy full SHA for ea55a2d - Browse repository at this point
Copy the full SHA ea55a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dce66a - Browse repository at this point
Copy the full SHA 0dce66aView commit details -
nfs: set up request-key for id mapping
A patch is necessary upstream to support multiple configs via symlinks in /etc/request-key.d Once that is done, we can add support for CIFS as well
Configuration menu - View commit details
-
Copy full SHA for b1c10bc - Browse repository at this point
Copy the full SHA b1c10bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b9b5f - Browse repository at this point
Copy the full SHA e0b9b5fView commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e71bd33 - Browse repository at this point
Copy the full SHA e71bd33View commit details -
nixos/nfs: Allow Kerberized NFS (#73989)
nixos/nfs: Allow Kerberized NFS
Configuration menu - View commit details
-
Copy full SHA for 1c329c9 - Browse repository at this point
Copy the full SHA 1c329c9View commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b8db05 - Browse repository at this point
Copy the full SHA 4b8db05View commit details -
Merge pull request #75627 from jtojnar/pygobject-2.28.7
python3.pkgs.pygobject2: 2.28.6 -> 2.28.7
Configuration menu - View commit details
-
Copy full SHA for 025e4fd - Browse repository at this point
Copy the full SHA 025e4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3cb8b - Browse repository at this point
Copy the full SHA aa3cb8bView commit details -
openh264: 1.8.0 -> 2.0.0 (#64100)
* openh264: 1.8.0 -> 2.0.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openh264/versions
Configuration menu - View commit details
-
Copy full SHA for 5aae6ee - Browse repository at this point
Copy the full SHA 5aae6eeView commit details
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7266f3a - Browse repository at this point
Copy the full SHA 7266f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdaf6a - Browse repository at this point
Copy the full SHA 7cdaf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0e95e - Browse repository at this point
Copy the full SHA 8d0e95eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6860 - Browse repository at this point
Copy the full SHA 37b6860View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdeb6a0 - Browse repository at this point
Copy the full SHA bdeb6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433b811 - Browse repository at this point
Copy the full SHA 433b811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe277d - Browse repository at this point
Copy the full SHA 6fe277dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9724d7 - Browse repository at this point
Copy the full SHA d9724d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c432c43 - Browse repository at this point
Copy the full SHA c432c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08de9f - Browse repository at this point
Copy the full SHA b08de9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6afc1eb - Browse repository at this point
Copy the full SHA 6afc1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2d1c3 - Browse repository at this point
Copy the full SHA 9b2d1c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee848a8 - Browse repository at this point
Copy the full SHA ee848a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1e613 - Browse repository at this point
Copy the full SHA 3f1e613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32edac5 - Browse repository at this point
Copy the full SHA 32edac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6af560 - Browse repository at this point
Copy the full SHA d6af560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2315e1b - Browse repository at this point
Copy the full SHA 2315e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e5df9f - Browse repository at this point
Copy the full SHA 2e5df9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d1506 - Browse repository at this point
Copy the full SHA 22d1506View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc28079 - Browse repository at this point
Copy the full SHA bc28079View commit details -
Configuration menu - View commit details
-
Copy full SHA for dacd463 - Browse repository at this point
Copy the full SHA dacd463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567c5ac - Browse repository at this point
Copy the full SHA 567c5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8328360 - Browse repository at this point
Copy the full SHA 8328360View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a00be - Browse repository at this point
Copy the full SHA a5a00beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f66e96 - Browse repository at this point
Copy the full SHA 4f66e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755f960 - Browse repository at this point
Copy the full SHA 755f960View commit details -
Configuration menu - View commit details
-
Copy full SHA for a453c12 - Browse repository at this point
Copy the full SHA a453c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 606433e - Browse repository at this point
Copy the full SHA 606433eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9da10 - Browse repository at this point
Copy the full SHA 6c9da10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8446c55 - Browse repository at this point
Copy the full SHA 8446c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for b577cf2 - Browse repository at this point
Copy the full SHA b577cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250363d - Browse repository at this point
Copy the full SHA 250363dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e0764 - Browse repository at this point
Copy the full SHA 84e0764View commit details
There are no files selected for viewing
This file was deleted.