mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:17:35 +00:00
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;
|
||||
homepage = http://nongnu.org/txr;
|
||||
maintainers = with stdenv.lib.maintainers; [ dtzWill ];
|
||||
platforms = platforms.linux; # Darwin fails although it should work AFAIK
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user