diff options
author | lassulus <lassulus@lassul.us> | 2018-11-30 04:36:37 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-30 04:36:37 +0100 |
commit | 293a82ad3b927d1f21430e9c01b0ce32bf669e36 (patch) | |
tree | bc9bf9df8aef4f8f278ef8a36e2bc42d0fd2df8f /krebs/5pkgs/simple/realwallpaper | |
parent | 02350fd5ece71ea018583feadba51f5936803d80 (diff) |
maintain realwallpaper in stockholm
Diffstat (limited to 'krebs/5pkgs/simple/realwallpaper')
-rw-r--r-- | krebs/5pkgs/simple/realwallpaper/default.nix | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/krebs/5pkgs/simple/realwallpaper/default.nix b/krebs/5pkgs/simple/realwallpaper/default.nix deleted file mode 100644 index 7c9812117..000000000 --- a/krebs/5pkgs/simple/realwallpaper/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ stdenv, fetchgit, xplanet, imagemagick, curl, file }: - -stdenv.mkDerivation { - name = "realwallpaper"; - - src = fetchgit { - url = https://github.com/Lassulus/realwallpaper; - rev = "847faebc9b7e87e4bea078e3a2304ec00b4cdfc0"; - sha256 = "10zihkwj9vpshlxw2jk67zbsy8g4i8b1y4jzna9fdcsgn7s12jrr"; - }; - - phases = [ - "unpackPhase" - "installPhase" - ]; - - buildInputs = [ - ]; - - installPhase = '' - mkdir -p $out - cp realwallpaper.sh $out/realwallpaper.sh - ''; -} |