capitaine-cursors: use pname

This commit is contained in:
worldofpeace 2019-03-11 00:24:39 +00:00 committed by GitHub
parent 35e62082ff
commit f4d2e8dac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
, inkscape, xcursorgen }:
stdenv.mkDerivation rec {
name = "capitaine-cursors-${version}";
pname = "capitaine-cursors";
version = "3";
src = fetchFromGitHub {
owner = "keeferrourke";
repo = "capitaine-cursors";
repo = pname;
rev = "r${version}";
sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
};