summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2020-06-13 08:34:56 +0300
committergnidorah <gnidorah@users.noreply.github.com>2020-06-13 08:35:19 +0300
commitd782c3daed3caf6bfeddec547c8161e1b06171dc (patch)
tree49b6734462246d22214ed2e038f0feca5c757888 /pkgs/data/themes
parent3065ab3a925a8a9654e904e44f5c4cb2ae4184c4 (diff)
downloadnixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar.gz
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar.bz2
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar.lz
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar.xz
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.tar.zst
nixpkgs-d782c3daed3caf6bfeddec547c8161e1b06171dc.zip
cdetheme: 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 = [];
   };
 }