Commit 8809c410 authored by Philip Taron's avatar Philip Taron Committed by Valentin Gagarin
Browse files

Avoid top-level `with ...;` in pkgs/games/openra_2019/common.nix

parent 72f827ec
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -7,9 +7,16 @@
, zenity
}:

with lib;

let
  inherit (lib)
    licenses
    maintainers
    makeBinPath
    makeLibraryPath
    optional
    platforms
    ;

  path = makeBinPath ([ mono python3 ] ++ optional (zenity != null) zenity);
  rpath = makeLibraryPath [ lua freetype openal SDL2 ];
  mkdirp = makeSetupHook {