theme-vertex: revert package renaming

This commit is contained in:
romildo 2016-10-14 14:27:50 -03:00
parent 5e2a9a0a54
commit b59b353d4d
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "vertex-theme"; pname = "theme-vertex";
version = "20161009"; version = "20161009";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "horst3180"; owner = "horst3180";
repo = pname; repo = "vertex-theme";
rev = "c861918a7fccf6d0768d45d790a19a13bb23485e"; rev = "c861918a7fccf6d0768d45d790a19a13bb23485e";
sha256 = "13abgl18m04sj44gqipxbagpan4jqral65w59rgnhb6ldxgnhg33"; sha256 = "13abgl18m04sj44gqipxbagpan4jqral65w59rgnhb6ldxgnhg33";
}; };

View File

@ -16181,7 +16181,7 @@ in
in in
recurseIntoAttrs (lib.makeScope qt5.newScope merged); recurseIntoAttrs (lib.makeScope qt5.newScope merged);
vertex-theme = callPackage ../misc/themes/vertex { }; theme-vertex = callPackage ../misc/themes/vertex { };
xfce = xfce4-12; xfce = xfce4-12;
xfce4-12 = recurseIntoAttrs (callPackage ../desktops/xfce { }); xfce4-12 = recurseIntoAttrs (callPackage ../desktops/xfce { });