tremc: remove with statements
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
, useGeoIP ? false # Require /var/lib/geoip-databases/GeoIP.dat
|
||||
}:
|
||||
let
|
||||
wrapperPath = with lib; makeBinPath (
|
||||
optional x11Support xclip ++
|
||||
optional stdenv.isDarwin pbcopy
|
||||
wrapperPath = lib.makeBinPath (
|
||||
lib.optional x11Support xclip ++
|
||||
lib.optional stdenv.isDarwin pbcopy
|
||||
);
|
||||
in
|
||||
python3Packages.buildPythonApplication rec {
|
||||
|
||||
Reference in New Issue
Block a user