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}";
|
name = "epsxe-${version}";
|
||||||
version = "2.0.5";
|
version = "2.0.5";
|
||||||
|
|
||||||
src = with stdenv.lib; let
|
src = let
|
||||||
version2 = concatStrings (splitString "." version);
|
version2 = concatStrings (splitString "." version);
|
||||||
platform = "linux" + (optionalString stdenv.is64bit "_x64");
|
platform = "linux" + (optionalString stdenv.is64bit "_x64");
|
||||||
in fetchurl {
|
in fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user