Skip to content

Commit

Permalink
darwin.opencflite: fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit d1dfe27)
  • Loading branch information
knedlsepp authored and LnL7 committed Apr 12, 2018
1 parent b2f138c commit 11f58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/opencflite/default.nix
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0jgmzs0ycl930hmzcvx0ykryik56704yw62w394q1q3xw5kkjn9v";
};

configureFlags = [ "--with-uuid=${libuuid}" ];
configureFlags = [ "--with-uuid=${libuuid.dev}" ];
buildInputs = [ icu tzdata.dev ];
enableParallelBuilding = true;

Expand Down

0 comments on commit 11f58c2

Please sign in to comment.