From 4e67ef22a7508150798413081bf8a5bb4adab6e5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 10 Aug 2023 21:10:24 -0400 Subject: Update nixpkgs to 23.05 --- Biz/Bild.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index ca9223f..0391d84 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -35,7 +35,7 @@ rec { tasty-hunit tasty-quickcheck text neat-interpolation wai # can remove when removed from Biz.Log ]); - ghcPackageSetMin = private.ghcWith (hpkgs: with hpkgs; []); + }; # generally-useful things from nixpkgs @@ -47,14 +47,17 @@ rec { # remove this when I switch to all-nix builds bildRuntimeDeps = with nixpkgs; [ pkg-config - private.ghcPackageSetMin - gnutls + # this is just to get access to ghc-pkg in bild + (private.ghcWith (hpkgs: with hpkgs; [])) + + /* disable until nixified builds are complete rustc # c deps gcc gdb valgrind argp-standalone SDL # lisp deps guile (private.sbclWith (p: with p; [asdf alexandria])) # just enough to build Example.lisp + */ ]; # a standard nix build for `bild` - this should be the only hand-written -- cgit v1.2.3