forked from mirrors/nixpkgs
Merge pull request #210988 from erosennin/aegisub-wrap-gapps-hook
aegisub: add wrapGAppsHook to nativeBuildInputs
This commit is contained in:
commit
c9560a424f
|
@ -25,6 +25,7 @@
|
|||
, pcre
|
||||
, pkg-config
|
||||
, which
|
||||
, wrapGAppsHook
|
||||
, wxGTK
|
||||
, zlib
|
||||
|
||||
|
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
which
|
||||
cmake
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue