summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-07-12 10:15:31 -0300
committerGitHub <noreply@github.com>2020-07-12 10:15:31 -0300
commitbb834be2996fd4ae4efa5ccec095c53f08272475 (patch)
tree11c7a80f8109d475a485c66c84538aaa12abe4c0 /pkgs/data/themes
parentfc2a4610a190e951f243215cfa50f60e4d0d275e (diff)
parentd782c3daed3caf6bfeddec547c8161e1b06171dc (diff)
downloadnixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar.gz
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar.bz2
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar.lz
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar.xz
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.tar.zst
nixpkgs-bb834be2996fd4ae4efa5ccec095c53f08272475.zip
Merge pull request #90221 from gnidorah/cdetheme
cde-gtk-theme: small adjustments
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/cdetheme/default.nix (renamed from pkgs/data/themes/cde-motif-theme/default.nix)3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/data/themes/cde-motif-theme/default.nix b/pkgs/data/themes/cdetheme/default.nix
index cc83047e3cc..ae738604751 100644
--- a/pkgs/data/themes/cde-motif-theme/default.nix
+++ b/pkgs/data/themes/cdetheme/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, python2Packages }:
 
 stdenv.mkDerivation rec {
-  pname = "cde-motif-theme";
+  pname = "cdetheme";
   version = "1.3";
 
   src = fetchFromGitHub {
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3;
     platforms = platforms.all;
     maintainers = with maintainers; [ gnidorah ];
+    hydraPlatforms = [];
   };
 }