Merge pull request #39173 from knedlsepp/enable-xskat-darwin
Enable some imake builds on darwin
This commit is contained in:
@@ -12,6 +12,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "3D widget set based on the Athena Widget set";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user