move realwallpaper to krebs 5

This commit is contained in:
lassulus 2015-10-05 14:48:42 +02:00
parent c11ac83748
commit 7c8ea4a87b
3 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ rec {
posix-array = callPackage ./posix-array {};
pssh = callPackage ./pssh {};
Reaktor = callPackage ./Reaktor {};
realwallpaper = callPackage ./realwallpaper.nix {};
youtube-tools = callPackage ./youtube-tools {};
execve = name: { filename, argv, envp ? {}, destination ? "" }:

View File

@ -13,5 +13,4 @@ rec {
ublock = callPackage ./firefoxPlugins/ublock.nix {};
vimperator = callPackage ./firefoxPlugins/vimperator.nix {};
};
realwallpaper = callPackage ./realwallpaper.nix {};
}