Skip to content

Commit

Permalink
zstmdt: fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Apr 9, 2017
1 parent 1953cb5 commit 06716f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/tools/compression/zstdmt/default.nix
Expand Up @@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
zstd lz4
];

buildPhase = ''
make zstdmt lz4mt
'';
makeFlags = [ "CC=cc" "zstdmt" "lz4mt" ];

installPhase = ''
mkdir -p $out/bin/
Expand Down

0 comments on commit 06716f3

Please sign in to comment.