glib: also add gobject init patch to fix w/musl
This commit is contained in:
@@ -54,8 +54,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = optional stdenv.isDarwin ./darwin-compilation.patch
|
||||
++ optional doCheck ./skip-timer-test.patch
|
||||
++ optional stdenv.hostPlatform.isMusl ./quark_init_on_demand.patch
|
||||
++ [ ./schema-override-variable.patch ];
|
||||
++ optionals stdenv.hostPlatform.isMusl [
|
||||
./quark_init_on_demand.patch
|
||||
./gobject_init_on_demand.patch
|
||||
] ++ [ ./schema-override-variable.patch ];
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "dev";
|
||||
|
||||
Reference in New Issue
Block a user