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 a0fe078 commit c59049bCopy full SHA for c59049b
pkgs/by-name/fr/freedv/package.nix
@@ -20,14 +20,14 @@
20
pulseSupport ? config.pulseaudio or stdenv.hostPlatform.isLinux,
21
}:
22
23
-stdenv.mkDerivation rec {
+stdenv.mkDerivation (finalAttrs: {
24
pname = "freedv";
25
version = "1.9.9.2";
26
27
src = fetchFromGitHub {
28
owner = "drowe67";
29
repo = "freedv-gui";
30
- tag = "v${version}";
+ tag = "v${finalAttrs.version}";
31
hash = "sha256-oFuAH81mduiSQGIDgDDy1IPskqqCBmfWbpqQstUIw9g=";
32
};
33
@@ -86,4 +86,4 @@ stdenv.mkDerivation rec {
86
platforms = lib.platforms.unix;
87
mainProgram = "freedv";
88
89
-}
+})
0 commit comments