Unverified Commit 3395fa47 authored by Aliaksandr's avatar Aliaksandr Committed by Michael Daniels
Browse files

the-powder-toy: remove top-level override

parent 727778bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  lib,
  libpng,
  libX11,
  lua,
  lua5_2,
  luajit,
  meson,
  ninja,
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
    jsoncpp
    libpng
    libX11
    lua
    lua5_2
    luajit
    SDL2
    zlib
+0 −4
Original line number Diff line number Diff line
@@ -12395,10 +12395,6 @@ with pkgs;

  protonup-ng = with python3Packages; toPythonApplication protonup-ng;

  the-powder-toy = callPackage ../by-name/th/the-powder-toy/package.nix {
    lua = lua5_2;
  };

  teeworlds-server = teeworlds.override { buildClient = false; };

  tengine = callPackage ../servers/http/tengine {