3
0
Fork 0
forked from mirrors/nixpkgs

numix-cursor-theme: Define pname

This commit is contained in:
Stephane Raux 2021-11-22 08:52:59 -06:00
parent 4e77334d2c
commit 10e8912799

View file

@ -1,13 +1,12 @@
{ lib, stdenv, fetchFromGitHub, inkscape, xcursorgen }:
stdenv.mkDerivation rec {
pname = "numix-cursor-theme";
version = "1.2";
package-name = "numix-cursor-theme";
name = "${package-name}-${version}";
src = fetchFromGitHub {
owner = "numixproject";
repo = package-name;
repo = pname;
rev = "v${version}";
sha256 = "1q3w5i0h3ly6i7s9pqjdrb14kp89i78s0havri7lhiqyxizjvcvh";
};