We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b4d7d commit 4e80ecfCopy full SHA for 4e80ecf
pkgs/by-name/rx/rxp/package.nix
@@ -4,12 +4,12 @@
4
fetchurl,
5
}:
6
7
-stdenv.mkDerivation rec {
+stdenv.mkDerivation (finalAttrs: {
8
pname = "rxp";
9
version = "1.5.2";
10
11
src = fetchurl {
12
- url = "https://www.inf.ed.ac.uk/research/isddarch/admin/rxp-${version}.tar.gz";
+ url = "https://www.inf.ed.ac.uk/research/isddarch/admin/rxp-${finalAttrs.version}.tar.gz";
13
hash = "sha256-+mQbSlGF0KHZYQyCRbnVr/WXLBoooNqU8+ONafbBRRM=";
14
};
15
@@ -20,4 +20,4 @@ stdenv.mkDerivation rec {
20
platforms = lib.platforms.unix;
21
mainProgram = "rxp";
22
23
-}
+})
0 commit comments