mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
papirus-icon-theme: use pname instead of name
This commit is contained in:
parent
74617e517b
commit
6c3550f8c7
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchFromGitHub, gtk3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "papirus-icon-theme-${version}";
|
||||
pname = "papirus-icon-theme";
|
||||
version = "20190521";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PapirusDevelopmentTeam";
|
||||
repo = "papirus-icon-theme";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "192s14bf2ni46jkiifbsl82qy1miy8fnxs2fpqwf6s6jlv9x4zxs";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user