warsow: mark as broken
libjpeg62 is broken as well
This commit is contained in:
parent
a17311a33e
commit
38cc58896c
@ -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
|
||||
};
|
||||
}
|
||||
|
@ -16426,9 +16426,7 @@ in
|
||||
|
||||
warmux = callPackage ../games/warmux { };
|
||||
|
||||
warsow = callPackage ../games/warsow {
|
||||
libjpeg = libjpeg62;
|
||||
};
|
||||
warsow = callPackage ../games/warsow { };
|
||||
|
||||
warzone2100 = qt5.callPackage ../games/warzone2100 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user