mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
theme-vertex: revert package renaming
This commit is contained in:
parent
5e2a9a0a54
commit
b59b353d4d
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "vertex-theme";
|
||||
pname = "theme-vertex";
|
||||
version = "20161009";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "horst3180";
|
||||
repo = pname;
|
||||
repo = "vertex-theme";
|
||||
rev = "c861918a7fccf6d0768d45d790a19a13bb23485e";
|
||||
sha256 = "13abgl18m04sj44gqipxbagpan4jqral65w59rgnhb6ldxgnhg33";
|
||||
};
|
||||
|
@ -16181,7 +16181,7 @@ in
|
||||
in
|
||||
recurseIntoAttrs (lib.makeScope qt5.newScope merged);
|
||||
|
||||
vertex-theme = callPackage ../misc/themes/vertex { };
|
||||
theme-vertex = callPackage ../misc/themes/vertex { };
|
||||
|
||||
xfce = xfce4-12;
|
||||
xfce4-12 = recurseIntoAttrs (callPackage ../desktops/xfce { });
|
||||
|
Loading…
Reference in New Issue
Block a user