get xorg/x11 working on Darwin
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user