]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add noChroot for pgloader
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 19 May 2019 11:54:42 +0000 (13:54 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 19 May 2019 11:54:42 +0000 (13:54 +0200)
pkgs/pgloader/default.nix

index c2c03e7e228da581c64f4d971d5bb0d1c7986b30..9f1be67dcae5cf507da981d6bdebed28c7ab5ddb 100644 (file)
@@ -1,5 +1,8 @@
 { stdenv, mylibs, sbcl, cacert, sqlite, freetds, libzip, curl, git, openssl, makeWrapper }:
 stdenv.mkDerivation (mylibs.fetchedGithub ./pgloader.json // {
+  # was removed from quicklisp packages cd7bfa6f48295f361c691a7520fb122938bd2a68,
+  # but needs curl to build everything otherwise
+  __noChroot = true;
   buildInputs = [ sbcl cacert sqlite freetds libzip curl git openssl makeWrapper ];
   LD_LIBRARY_PATH = stdenv.lib.makeLibraryPath [ sqlite libzip curl git openssl freetds ];
   buildPhase = ''