Skip to content

Commit

Permalink
fixup! Fix dylib references of bundled programs on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Sep 15, 2020
1 parent 3e4a4ac commit 9530a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/macos-release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let

in pkgs.stdenv.mkDerivation {
inherit name;
buildInputs = with pkgs.buildPackages; [ gnutar gzip binutils commonLib.haskell-nix-extra-packages.haskellBuildUtils.package ];
buildInputs = with pkgs.buildPackages; [ gnutar gzip binutils commonLib.haskell-nix-extra-packages.haskellBuildUtils.package nix ];
checkInputs = with pkgs.buildPackages; [ ruby gnugrep ];
doCheck = true;
phases = [ "buildPhase" "checkPhase" ];
Expand Down

0 comments on commit 9530a0e

Please sign in to comment.