mirror of
https://github.com/zoriya/ags.git
synced 2026-06-09 04:46:08 +00:00
fix not found libgvc.so
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
prePatch = ''
|
||||||
mkdir -p ./subprojects/gvc
|
mkdir -p ./subprojects/gvc
|
||||||
mkdir -p ./gi-types
|
mkdir -p ./gi-types
|
||||||
cp -r ${gvc-src}/* ./subprojects/gvc
|
cp -r ${gvc-src}/* ./subprojects/gvc
|
||||||
|
|||||||
Reference in New Issue
Block a user