Unverified Commit ce22aab4 authored by Marcin Serwin's avatar Marcin Serwin
Browse files

toppler: move to by-name tree

parent 3e3fe7b6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -16520,10 +16520,6 @@ with pkgs;
  tibia = pkgsi686Linux.callPackage ../games/tibia { };
  toppler = callPackage ../games/toppler {
    SDL2_image = SDL2_image_2_0;
  };
  speed_dreams = callPackage ../games/speed-dreams {
    # Torcs wants to make shared libraries linked with plib libraries (it provides static).
    # i686 is the only platform I know than can do that linking without plib built with -fPIC