Skip to content

Commit

Permalink
Revert "utils.bash: also "fix" cc-wrapper and pkg-config-wrapper"
Browse files Browse the repository at this point in the history
Follow up to the revert in e560459.

This reverts commit 1936b11.
  • Loading branch information
FRidh committed Sep 7, 2020
1 parent be61518 commit 5ceea57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/build-support/cc-wrapper/default.nix
Expand Up @@ -453,7 +453,7 @@ stdenv.mkDerivation {
substituteAll ${./add-flags.sh} $out/nix-support/add-flags.sh
substituteAll ${./add-hardening.sh} $out/nix-support/add-hardening.sh
substituteAll ${if stdenv.isDarwin then ../wrapper-common/utils.bash.darwin else ../wrapper-common/utils.bash} $out/nix-support/utils.bash
substituteAll ${../wrapper-common/utils.bash} $out/nix-support/utils.bash
''

##
Expand Down
2 changes: 1 addition & 1 deletion pkgs/build-support/pkg-config-wrapper/default.nix
Expand Up @@ -107,7 +107,7 @@ stdenv.mkDerivation {

+ ''
substituteAll ${./add-flags.sh} $out/nix-support/add-flags.sh
substituteAll ${if stdenv.isDarwin then ../wrapper-common/utils.bash.darwin else ../wrapper-common/utils.bash} $out/nix-support/utils.bash
substituteAll ${../wrapper-common/utils.bash} $out/nix-support/utils.bash
''

##
Expand Down

0 comments on commit 5ceea57

Please sign in to comment.