From 16ca63f369b95f2c7663ca563ba487a52b155974 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 26 Sep 2018 22:01:17 +0200 Subject: Use derivations from pkgs.kummerlaender.eu --- gui/pkgs/oomox-archdroid-icon-theme.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 gui/pkgs/oomox-archdroid-icon-theme.nix (limited to 'gui/pkgs/oomox-archdroid-icon-theme.nix') diff --git a/gui/pkgs/oomox-archdroid-icon-theme.nix b/gui/pkgs/oomox-archdroid-icon-theme.nix deleted file mode 100644 index 764bf2f..0000000 --- a/gui/pkgs/oomox-archdroid-icon-theme.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ stdenv, pkgs, color, ... }: - -stdenv.mkDerivation rec { - name = "oomox-archdroid-icon-theme"; - - src = pkgs.fetchFromGitHub { - repo = "archdroid-icon-theme"; - owner = "themix-project"; - rev = "6dc4c92689ea2ce99534d6f461283efdf8ffd270"; - sha256 = "073iwaamzrmj0l6h4gzmbnmazq16lgpc027mr3l778b35qwwraq5"; - }; - - postPatch = '' - patchShebangs . - ''; - - installPhase = '' - HOME="$out/share/icons" - sed -i "66s/\.icons\///" change_color.sh - ./change_color.sh --output oomox-archdroid --color ${color} - ''; - - meta = { - description = "oomox-archdroid-icon-theme is a customizable fork of archdroid-icon-theme"; - homepage = https://github.com/themix-project/archdroid-icon-theme; - license = stdenv.lib.licenses.gpl3; - platforms = stdenv.lib.platforms.all; - }; -} -- cgit v1.2.3