From 124daced37aaab646c83b75711bf744c1d295a8b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 3 Jul 2020 13:06:43 +0200 Subject: pkgs/profpatsch: remove record-get from profpastch.de --- pkgs/profpatsch/profpatsch.de/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pkgs/profpatsch/profpatsch.de') diff --git a/pkgs/profpatsch/profpatsch.de/default.nix b/pkgs/profpatsch/profpatsch.de/default.nix index bed5c5c7..4781d440 100644 --- a/pkgs/profpatsch/profpatsch.de/default.nix +++ b/pkgs/profpatsch/profpatsch.de/default.nix @@ -86,13 +86,6 @@ let }; }; - record-get = writeRustSimple "record-get" { - dependencies = [ netencode-rs el-semicolon el-exec ]; - # TODO: for some reason the skarnet linker flag - # is propagated by the link target is not? - buildInputs = [ pkgs.skalibs ]; - } ./record-get.rs; - importas-if = writeRustSimple "importas-if" { dependencies = [ netencode-rs el-substitute el-exec ]; # TODO: for some reason the skarnet linker flag -- cgit 1.4.1