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;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ astsmtl ];
|
maintainers = with maintainers; [ astsmtl ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true; # Depends on a specific old libjpeg version
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16426,9 +16426,7 @@ in
|
|||||||
|
|
||||||
warmux = callPackage ../games/warmux { };
|
warmux = callPackage ../games/warmux { };
|
||||||
|
|
||||||
warsow = callPackage ../games/warsow {
|
warsow = callPackage ../games/warsow { };
|
||||||
libjpeg = libjpeg62;
|
|
||||||
};
|
|
||||||
|
|
||||||
warzone2100 = qt5.callPackage ../games/warzone2100 { };
|
warzone2100 = qt5.callPackage ../games/warzone2100 { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user