3p/nixpkgs/patches: remove various
This commit is contained in:
parent
072cecb2e5
commit
ee5b4994c0
2 changed files with 0 additions and 13 deletions
third_party/nixpkgs/patches
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1,3 +1,2 @@
|
|||
various.patch
|
||||
patch-cherrypy.patch
|
||||
pomerium-fix.patch
|
||||
|
|
12
third_party/nixpkgs/patches/various.patch
vendored
12
third_party/nixpkgs/patches/various.patch
vendored
|
@ -1,12 +0,0 @@
|
|||
diff --git a/pkgs/build-support/build-bazel-package/default.nix b/pkgs/build-support/build-bazel-package/default.nix
|
||||
--- a/pkgs/build-support/build-bazel-package/default.nix
|
||||
+++ b/pkgs/build-support/build-bazel-package/default.nix
|
||||
@@ -126,7 +126,7 @@ in stdenv.mkDerivation (fBuildAttrs // {
|
||||
find $bazelOut/external -maxdepth 1 -type l | while read symlink; do
|
||||
name="$(basename "$symlink")"
|
||||
rm "$symlink"
|
||||
- test -f "$bazelOut/external/@$name.marker" && rm "$bazelOut/external/@$name.marker"
|
||||
+ test -f "$bazelOut/external/@$name.marker" && rm "$bazelOut/external/@$name.marker" || true
|
||||
done
|
||||
|
||||
# Patching symlinks to remove build directory reference
|
Loading…
Reference in a new issue