3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #210988 from erosennin/aegisub-wrap-gapps-hook

aegisub: add wrapGAppsHook to nativeBuildInputs
This commit is contained in:
Jörg Thalheim 2023-01-16 00:28:22 +01:00 committed by GitHub
commit c9560a424f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
, pcre
, pkg-config
, which
, wrapGAppsHook
, wxGTK
, zlib
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
pkg-config
which
cmake
wrapGAppsHook
];
buildInputs = [