Loading pkgs/tools/backup/bupstash/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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 ]; }; } pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/tools/backup/bupstash/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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 ]; }; }
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { };