liblockfile: set pname instead of name and _name (#482579)

This commit is contained in:
Fernando Rodrigues
2026-01-22 07:47:30 +00:00
committed by GitHub
+2 -3
View File
@@ -5,12 +5,11 @@
}:
stdenv.mkDerivation rec {
_name = "liblockfile";
pname = "liblockfile";
version = "1.17";
name = "${_name}-${version}";
src = fetchurl {
url = "mirror://debian/pool/main/libl/${_name}/${_name}_${version}.orig.tar.gz";
url = "mirror://debian/pool/main/libl/liblockfile/liblockfile_${version}.orig.tar.gz";
sha256 = "sha256-bpN/NlCvq0qsGY80i4mxykLtzrF/trsJGPZCFDzP0V4=";
};