From ea4ef26f93829f5605e2b640e946bd47afce83dc Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 5 Sep 2021 15:34:28 +0200 Subject: [PATCH] boink --- .../nixpkgs/unstable/pkgs/top-level/all-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/libkookie/nixpkgs/unstable/pkgs/top-level/all-packages.nix b/infra/libkookie/nixpkgs/unstable/pkgs/top-level/all-packages.nix index 16abc141d98..d720e7bc9b8 100644 --- a/infra/libkookie/nixpkgs/unstable/pkgs/top-level/all-packages.nix +++ b/infra/libkookie/nixpkgs/unstable/pkgs/top-level/all-packages.nix @@ -217,6 +217,8 @@ with pkgs; buildMaven = callPackage ../build-support/build-maven.nix {}; + buildRakuPackage = callPackage ../build-support/raku { }; + castget = callPackage ../applications/networking/feedreaders/castget { }; castxml = callPackage ../development/tools/castxml { @@ -658,7 +660,7 @@ with pkgs; substituteAll = callPackage ../build-support/substitute/substitute-all.nix { }; substituteAllFiles = callPackage ../build-support/substitute-files/substitute-all-files.nix { }; - + replaceDependency = callPackage ../build-support/replace-dependency.nix { }; nukeReferences = callPackage ../build-support/nuke-references {