gobject-introspection: gate the wrapper behind emulatorAvailable
This commit is contained in:
parent
454887a35d
commit
b5c1f91abd
1 changed files with 1 additions and 1 deletions
|
@ -18569,7 +18569,7 @@ with pkgs;
|
||||||
gns3-gui = gns3Packages.guiStable;
|
gns3-gui = gns3Packages.guiStable;
|
||||||
gns3-server = gns3Packages.serverStable;
|
gns3-server = gns3Packages.serverStable;
|
||||||
|
|
||||||
gobject-introspection = if (!stdenv.hostPlatform.canExecute stdenv.targetPlatform)
|
gobject-introspection = if (!stdenv.hostPlatform.canExecute stdenv.targetPlatform) && stdenv.targetPlatform.emulatorAvailable buildPackages
|
||||||
then callPackage ../development/libraries/gobject-introspection/wrapper.nix { } else gobject-introspection-unwrapped;
|
then callPackage ../development/libraries/gobject-introspection/wrapper.nix { } else gobject-introspection-unwrapped;
|
||||||
|
|
||||||
gobject-introspection-unwrapped = callPackage ../development/libraries/gobject-introspection {
|
gobject-introspection-unwrapped = callPackage ../development/libraries/gobject-introspection {
|
||||||
|
|
Loading…
Reference in a new issue