From b46aea76e996d73def17a0c91b9bc3f26abe662a Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Wed, 21 Mar 2018 02:44:02 +0000 Subject: [PATCH] epsxe: remove duplicated `with stdenv.lib;` --- pkgs/misc/emulators/epsxe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/emulators/epsxe/default.nix b/pkgs/misc/emulators/epsxe/default.nix index e367d6a1498..2f11384d845 100644 --- a/pkgs/misc/emulators/epsxe/default.nix +++ b/pkgs/misc/emulators/epsxe/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { name = "epsxe-${version}"; version = "2.0.5"; - src = with stdenv.lib; let + src = let version2 = concatStrings (splitString "." version); platform = "linux" + (optionalString stdenv.is64bit "_x64"); in fetchurl {