summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-11-18 10:06:01 -0300
committerGitHub <noreply@github.com>2021-11-18 10:06:01 -0300
commit9592d127997d51088b8dd0bd89ccd2f8c61aff5d (patch)
tree05247ebb590a826c2c539a9aeb6d1eac4829a91e /pkgs/tools/system
parentcb8f6cdc430b8599824f8a2dfff470fa87240d04 (diff)
parent927e685929abafc694edb045756e433c492f4af9 (diff)
Merge pull request #146323 from AndersonTorres/new-misc
plan9port: quick&dirty fixup
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/plan9port/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix
index 7e4ce71ec547..6b22dd5fe5ce 100644
--- a/pkgs/tools/system/plan9port/default.nix
+++ b/pkgs/tools/system/plan9port/default.nix
@@ -14,7 +14,7 @@
stdenv.mkDerivation {
pname = "plan9port";
- version = "0.pre+date=2021-10-19";
+ version = "2021-10-19";
src = fetchFromGitHub {
owner = "9fans";
@@ -101,6 +101,7 @@ stdenv.mkDerivation {
kovirobi
];
platforms = platforms.unix;
+ broken = stdenv.isDarwin;
};
}
# TODO: investigate the mouse chording support patch