mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
grandorgue: Use wrapGAppsHook3 to provide correct environment (#409454)
This commit is contained in:
commit
e0042dedfb
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
wrapGAppsHook3,
|
||||
cmake,
|
||||
pkg-config,
|
||||
fftwFloat,
|
||||
|
@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
|
|||
imagemagick
|
||||
libicns
|
||||
makeWrapper
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue