tslib: avoid using finalAttrs.pname
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libts";
|
||||
repo = finalAttrs.pname;
|
||||
repo = "tslib";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = finalAttrs.hash;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user