From 12b2664cb75d7db596882b32412424efb032e860 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 17 Oct 2016 21:01:59 +0200 Subject: Revert "runCommand -> runCommandCC" This reverts commit e3f8d28d6be67257d70035d122263f3a35adc438 and my attempts to mitigate this in 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b and 3b91f25b37ea709f5c86e38a50061199bbed5341. Vuizvui is a repository for experimental stuff, but NOT a dumpster. So please refrain from pushing waste into this repository, like markers for a failed merge. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/pkgs.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'machines/profpatsch/pkgs.nix') diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index 87c6dfaa..3e96479b 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -64,11 +64,7 @@ let sha256 = "03006xzs250knzcyr6j564kn9jf2a6cp3mxkpqsqmmyp6v28w90z"; })}/overrides.nix") {}; - youtube-dl = pkgs.youtube-dl.overrideDerivation (old: { - patches = old.patches or [] ++ [ ./patches/youtube-dl.patch ]; - }); - xmpp-client = pkgs.callPackage (import ./xmpp-client.nix myLib.philip.home "irc/xmppOla.wtf") { inherit (pkgs) xmpp-client; }; in -{ inherit taffybar offlineimap sent mpv beets poezio vim fast-init youtube-dl xmpp-client; } +{ inherit taffybar offlineimap sent mpv beets poezio vim fast-init xmpp-client; } -- cgit 1.4.1