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
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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
};
}