wrapGAppsHook: move to a separate file
This commit is contained in:
16
pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix
Normal file
16
pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, makeSetupHook
|
||||
, makeWrapper
|
||||
, gtk3
|
||||
, librsvg
|
||||
, dconf
|
||||
}:
|
||||
|
||||
makeSetupHook {
|
||||
deps = lib.optional (!stdenv.isDarwin) dconf.lib ++ [
|
||||
gtk3
|
||||
librsvg
|
||||
makeWrapper
|
||||
];
|
||||
} ./wrap-gapps-hook.sh
|
||||
Reference in New Issue
Block a user