Skip to content

Commit

Permalink
Merge pull request #38329 from knedlsepp/fix-darwin.opencflite
Browse files Browse the repository at this point in the history
darwin.opencflite: fix build
  • Loading branch information
matthewbauer authored Apr 11, 2018
2 parents d9dc680 + d1dfe27 commit 15c1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/opencflite/default.nix
Original file line number Diff line number Diff line change
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 15c1cd2

Please sign in to comment.