txr: limit to linux for now, dunno why Darwin build is problematic

This commit is contained in:
Will Dietz
2019-06-04 01:38:47 -05:00
parent 6c834d2f9d
commit 976264d570

View File

@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
homepage = http://nongnu.org/txr;
maintainers = with stdenv.lib.maintainers; [ dtzWill ];
platforms = platforms.linux; # Darwin fails although it should work AFAIK
};
}