capitaine-cursors: use pname
This commit is contained in:
parent
35e62082ff
commit
f4d2e8dac1
@ -2,12 +2,12 @@
|
|||||||
, inkscape, xcursorgen }:
|
, inkscape, xcursorgen }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "capitaine-cursors-${version}";
|
pname = "capitaine-cursors";
|
||||||
version = "3";
|
version = "3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keeferrourke";
|
owner = "keeferrourke";
|
||||||
repo = "capitaine-cursors";
|
repo = pname;
|
||||||
rev = "r${version}";
|
rev = "r${version}";
|
||||||
sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
|
sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user