glib-networking: mark unsupported on static
This commit is contained in:
committed by
sternenseemann
parent
97c880aa78
commit
42eb935d1e
@@ -96,5 +96,9 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = [
|
||||
# GIO shared modules are mandatory.
|
||||
lib.systems.inspect.platformPatterns.isStatic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user