Merge pull request #37840 from matthewbauer/unixtools

Cross-platform "unixtools"
This commit is contained in:
Matthew Justin Bauer
2018-03-27 18:43:03 -05:00
committed by GitHub
236 changed files with 2618 additions and 966 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "2.8.3";
src = fetchurl {
url = "http://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz";
url = "https://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz";
sha256 = "14k2p324sdr662f49299mv0bw5jmpj1i2iqn0xs5pgf80x6l3mg2";
};

View File

@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Playstation 1 emulator";
homepage = http://pcsxr.codeplex.com/;
homepage = https://pcsxr.codeplex.com/;
maintainers = with maintainers; [ rardiol ];
license = licenses.gpl2Plus;
platforms = platforms.all;

View File

@@ -78,7 +78,9 @@ let
runHook postInstall
'';
enableParallelBuilding = true;
# make[2]: *** No rule to make target 'lib/efi_loader/helloworld.efi', needed by '__build'. Stop.
enableParallelBuilding = false;
dontStrip = true;
meta = with stdenv.lib; {