ropebwt2: use pname instead of name (#482613)

This commit is contained in:
Yohann Boniface
2026-01-22 09:27:11 +00:00
committed by GitHub
+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";