sqldiff, sqlite-analyzer: Fix Darwin build
lowPrio dropped, too, because the contents of these derivations don't appear in any others.
This commit is contained in:
committed by
Doron Behar
parent
e714798f27
commit
1e136a97fb
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip, sqlite, tcl }:
|
||||
{ stdenv, fetchurl, unzip, sqlite, tcl, Foundation }:
|
||||
|
||||
let
|
||||
archiveVersion = import ./archive-version.nix stdenv.lib;
|
||||
@@ -12,7 +12,7 @@ let
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ tcl ];
|
||||
buildInputs = [ tcl ] ++ stdenv.lib.optional stdenv.isDarwin Foundation;
|
||||
|
||||
makeFlags = [ makeTarget ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user