darwin: Disable some more packages that have never built
streamripper: https://hydra.nixos.org/build/61726659 racket: https://hydra.nixos.org/build/61750850 radare: https://hydra.nixos.org/build/61756146 stockfish: https://hydra.nixos.org/build/61726172
This commit is contained in:
parent
d2f4539e5f
commit
fd97fa71dd
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://streamripper.sourceforge.net/;
|
homepage = http://streamripper.sourceforge.net/;
|
||||||
description = "Application that lets you record streaming mp3 to your hard drive";
|
description = "Application that lets you record streaming mp3 to your hard drive";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ the-kenny ];
|
maintainers = with maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://racket-lang.org/;
|
homepage = http://racket-lang.org/;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ kkallio henrytill vrthra ];
|
maintainers = with maintainers; [ kkallio henrytill vrthra ];
|
||||||
platforms = platforms.x86_64;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://radare.org/;
|
homepage = http://radare.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
much stronger than the best human chess grandmasters.
|
much stronger than the best human chess grandmasters.
|
||||||
'';
|
'';
|
||||||
maintainers = with maintainers; [ luispedro peti ];
|
maintainers = with maintainers; [ luispedro peti ];
|
||||||
platforms = with platforms; i686 ++ x86_64;
|
platforms = ["x86_64-linux" "i686-linux"];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user