Commit 9918d594 authored by Weijia Wang's avatar Weijia Wang Committed by Winter
Browse files

bupstash: unbreak on x86_64-darwin

parent ab368e70
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 { };