forked from mirrors/nixpkgs
bupstash: unbreak on x86_64-darwin
This commit is contained in:
parent
ab368e702d
commit
9918d594be
|
@ -28,10 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://bupstash.io";
|
homepage = "https://bupstash.io";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
# = note: Undefined symbols for architecture x86_64:
|
|
||||||
# "_utimensat", referenced from:
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/101229
|
|
||||||
broken = (stdenv.isDarwin && stdenv.isx86_64);
|
|
||||||
maintainers = with maintainers; [ andrewchambers ];
|
maintainers = with maintainers; [ andrewchambers ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -5785,7 +5785,7 @@ with pkgs;
|
||||||
|
|
||||||
bup = callPackage ../tools/backup/bup { };
|
bup = callPackage ../tools/backup/bup { };
|
||||||
|
|
||||||
bupstash = callPackage ../tools/backup/bupstash { };
|
bupstash = darwin.apple_sdk_11_0.callPackage ../tools/backup/bupstash { };
|
||||||
|
|
||||||
burp = callPackage ../tools/backup/burp { };
|
burp = callPackage ../tools/backup/burp { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue