ropebwt2: use pname instead of name

This commit is contained in:
jopejoe1
2026-01-22 09:25:02 +01:00
parent 5ec3546a11
commit ec3a7bc9ad
+1 -1
View File
@@ -5,7 +5,7 @@
zlib,
}:
stdenv.mkDerivation {
name = "ropebwt2";
pname = "ropebwt2";
version = "0-unstable-2021-02-01";
src = fetchFromGitHub {
owner = "lh3";