epsxe: remove duplicated with stdenv.lib;
This commit is contained in:
parent
eda6b9553b
commit
b46aea76e9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user