txr: limit to linux for now, dunno why Darwin build is problematic
This commit is contained in:
parent
6c834d2f9d
commit
976264d570
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
homepage = http://nongnu.org/txr;
|
homepage = http://nongnu.org/txr;
|
||||||
maintainers = with stdenv.lib.maintainers; [ dtzWill ];
|
maintainers = with stdenv.lib.maintainers; [ dtzWill ];
|
||||||
|
platforms = platforms.linux; # Darwin fails although it should work AFAIK
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user