summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-10-02 17:13:37 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-04 18:25:30 +0200
commit4e3230f71911ce5e64a3abe437ca1988705da95b (patch)
tree0a7c338798d49f832eee3b5aaaa7c406daf5186d /pkgs
parent3a12434b93f0360e924621be590675dabc5977cf (diff)
sourcehut: mark as broken
There were several custom python dependencies broken. I decided to
modify the `sourcehut` expression as it wouldn't even evaluate without
nodejs-11_x I didn't manage to get it building.

(cherry picked from commit 594378ceeab609270541926860d7805620b39d00)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/sourcehut/core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix
index 21ee99684bd74..4b12d66a3a2d8 100644
--- a/pkgs/applications/version-management/sourcehut/core.nix
+++ b/pkgs/applications/version-management/sourcehut/core.nix
@@ -75,6 +75,7 @@ buildPythonPackage rec {
     homepage = https://git.sr.ht/~sircmpwn/srht;
     description = "Core modules for sr.ht";
     license = licenses.bsd3;
+    broken = true;
     maintainers = with maintainers; [ eadwu ];
   };
 }