mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #263374 from suhr/glamour
glamoroustoolkit: add wrapGAppsHook
This commit is contained in:
commit
f9e21c63a5
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchzip
|
||||
, wrapGAppsHook
|
||||
, cairo
|
||||
, dbus
|
||||
, fontconfig
|
||||
@ -16,7 +17,6 @@
|
||||
, libglvnd
|
||||
, libuuid
|
||||
, libxcb
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -29,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-v63sV0HNHSU9H5rhtJcwZCuIXEGe1+BDyxV0/EqBk2E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
dontConfigure = true;
|
||||
|
Loading…
Reference in New Issue
Block a user