summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-17 23:38:46 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-17 23:39:16 +0200
commitdc48d23a0f578d069f10d13671abe552d85a2050 (patch)
treee3d388e96c1116da68986161dfb76534d0dd4ee1 /pkgs/os-specific
parentdbed958bf2d43e9a2b8a0f5d64f23078bf7b8e59 (diff)
downloadnixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar.gz
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar.bz2
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar.lz
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar.xz
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.tar.zst
nixpkgs-dc48d23a0f578d069f10d13671abe552d85a2050.zip
Convert phases that contain ":" to dont* = true
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix b/pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix
index 5021d3cd7fe..0d378f6089f 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/libunwind/default.nix
@@ -1,7 +1,7 @@
 { lib, appleDerivation }:
 
 appleDerivation {
-  buildPhase = ":";
+  dontBuild = true;
 
   # install headers only
   installPhase = ''