epsxe: remove duplicated with stdenv.lib;

This commit is contained in:
Yegor Timoshenko 2018-03-21 02:44:02 +00:00 committed by GitHub
parent eda6b9553b
commit b46aea76e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {