Skip to content

Commit

Permalink
warsow: mark as broken
Browse files Browse the repository at this point in the history
libjpeg62 is broken as well
  • Loading branch information
zimbatm committed Jan 24, 2017
1 parent a17311a commit 38cc588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkgs/games/warsow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16426,9 +16426,7 @@ in

warmux = callPackage ../games/warmux { };

warsow = callPackage ../games/warsow {
libjpeg = libjpeg62;
};
warsow = callPackage ../games/warsow { };

warzone2100 = qt5.callPackage ../games/warzone2100 { };

Expand Down

0 comments on commit 38cc588

Please sign in to comment.