3
0
Fork 0
forked from mirrors/nixpkgs

bupstash: unbreak on x86_64-darwin

This commit is contained in:
Weijia Wang 2023-02-02 07:21:45 +01:00 committed by Winter
parent ab368e702d
commit 9918d594be
2 changed files with 1 additions and 5 deletions

View file

@ -28,10 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://bupstash.io";
license = licenses.mit;
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 ];
};
}

View file

@ -5785,7 +5785,7 @@ with pkgs;
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 { };