get xorg/x11 working on Darwin

This commit is contained in:
Charles Strahan
2014-08-12 20:40:57 -04:00
parent 48c5574f5a
commit 5ea8497933
44 changed files with 4859 additions and 499 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Allows testing the fonts available in an X server";
license = "free";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}