clearlooks-phenix: 5.0.7 -> 7.0.1
This commit is contained in:
parent
32f7c567cd
commit
17c3599ee3
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.0.7";
|
version = "7.0.1";
|
||||||
name = "clearlooks-phenix-${version}";
|
name = "clearlooks-phenix-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
|
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
|
||||||
sha256 = "107jx3p3zwzy8xy0m8hwzs1kp8j60xgc3dja27r3vwhb3x3y1i8k";
|
sha256 = "1x2psfbhxc3bk3q795bafxv6p890yfsankfw64p44q4r1x0236ra";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
@ -17853,7 +17853,7 @@ with pkgs;
|
|||||||
|
|
||||||
### DESKTOP ENVIRONMENTS
|
### DESKTOP ENVIRONMENTS
|
||||||
|
|
||||||
clearlooks-phenix = callPackage ../misc/themes/gtk3/clearlooks-phenix { };
|
clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };
|
||||||
|
|
||||||
enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment {
|
enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment {
|
||||||
callPackage = newScope pkgs.enlightenment;
|
callPackage = newScope pkgs.enlightenment;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user