mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
wxmacmolplt: add wrapGAppsHook for non GTK desktops (#344175)
This commit is contained in:
commit
e5b911fd4f
@ -7,6 +7,7 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, xorg
|
, xorg
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
|
, wrapGAppsHook4
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -20,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
hash = "sha256-gFGstyq9bMmBaIS4QE6N3EIC9GxRvyJYUr8DUvwRQBc=";
|
hash = "sha256-gFGstyq9bMmBaIS4QE6N3EIC9GxRvyJYUr8DUvwRQBc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook4 ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wxGTK32
|
wxGTK32
|
||||||
libGL
|
libGL
|
||||||
|
Loading…
Reference in New Issue
Block a user