xterm: switch to finalAttrs
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
enableDecLocator ? true,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xterm";
|
||||
version = "406";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"https://invisible-island.net/archives/xterm/${pname}-${version}.tgz"
|
||||
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
|
||||
"https://invisible-island.net/archives/xterm/${finalAttrs.pname}-${finalAttrs.version}.tgz"
|
||||
"https://invisible-mirror.net/archives/xterm/${finalAttrs.pname}-${finalAttrs.version}.tgz"
|
||||
];
|
||||
hash = "sha256-Bm6y1mQwiX/h2t0nFVTM2uM9d8USEmp1j8TeN7EUh5k=";
|
||||
};
|
||||
@@ -125,4 +125,4 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://invisible-island.net/xterm/xterm.log.html";
|
||||
mainProgram = "xterm";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user