From 28a742fb7573f38c99fc9d2a773f9c9a989a98e5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 7 Jul 2012 13:23:39 +0200 Subject: release: Add `build_without_lout'. --- release.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/release.nix b/release.nix index 47f74c3..6352cad 100644 --- a/release.nix +++ b/release.nix @@ -50,6 +50,23 @@ let inherit buildOutOfSourceTree; }; + build_without_lout = + { system ? builtins.currentSystem }: + + let + pkgs = import { inherit system; }; + greader = (import ).build { + inherit system; + }; + in + pkgs.releaseTools.nixBuild { + name = "skribilo-without-lout"; + src = jobs.tarball; + buildInputs = [ greader ] + ++ (with pkgs; [ guile guile_lib imagemagick ploticus ]); + inherit buildOutOfSourceTree; + }; + build_guile18 = { system ? builtins.currentSystem }: -- cgit v1.2.3