Merge pull request #39173 from knedlsepp/enable-xskat-darwin

Enable some imake builds on darwin
This commit is contained in:
Daiderd Jordan
2018-04-20 08:37:19 +02:00
committed by GitHub
6 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -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;
};
}