tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
xa: change self to finalAttrs
Anderson Torres
2 years ago
7439d61a
8cb18516
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
xa
xa.nix
+3
-3
pkgs/development/compilers/xa/xa.nix
···
4
4
, perl
5
5
}:
6
6
7
7
-
stdenv.mkDerivation (self: {
7
7
+
stdenv.mkDerivation (finalAttrs: {
8
8
pname = "xa";
9
9
version = "2.3.14";
10
10
11
11
src = fetchurl {
12
12
urls = [
13
13
-
"https://www.floodgap.com/retrotech/xa/dists/xa-${self.version}.tar.gz"
14
14
-
"https://www.floodgap.com/retrotech/xa/dists/unsupported/xa-${self.version}.tar.gz"
13
13
+
"https://www.floodgap.com/retrotech/xa/dists/xa-${finalAttrs.version}.tar.gz"
14
14
+
"https://www.floodgap.com/retrotech/xa/dists/unsupported/xa-${finalAttrs.version}.tar.gz"
15
15
];
16
16
hash = "sha256-G5u6vdvY07lBC4UuUKEo7qQeaBM55vdsPoB2+lQg8C4=";
17
17
};