warsow: mark as broken

libjpeg62 is broken as well
This commit is contained in:
zimbatm 2017-01-24 16:16:24 +00:00
parent a17311a33e
commit 38cc58896c
2 changed files with 2 additions and 3 deletions

View file

@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux;
broken = true; # Depends on a specific old libjpeg version
};
}

View file

@ -16426,9 +16426,7 @@ in
warmux = callPackage ../games/warmux { };
warsow = callPackage ../games/warsow {
libjpeg = libjpeg62;
};
warsow = callPackage ../games/warsow { };
warzone2100 = qt5.callPackage ../games/warzone2100 { };