summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-11-16 05:36:36 +0000
committerAaron Jheng <wentworth@outlook.com>2022-11-16 05:36:36 +0000
commit6cb85df0906086ee464d3f39b0c8fcca4537a78d (patch)
treeee4cfd3725158fd8c57556cd3f480f84b1d62b3d
parentce89321950381ec845e56c6a6d1340abe5cd7a65 (diff)
downloadnixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar.gz
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar.bz2
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar.lz
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar.xz
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.tar.zst
nixpkgs-6cb85df0906086ee464d3f39b0c8fcca4537a78d.zip
lazpaint: mark as broken
-rw-r--r--pkgs/applications/graphics/lazpaint/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/lazpaint/default.nix b/pkgs/applications/graphics/lazpaint/default.nix
index 82eab9757c7..37ad3387f83 100644
--- a/pkgs/applications/graphics/lazpaint/default.nix
+++ b/pkgs/applications/graphics/lazpaint/default.nix
@@ -64,5 +64,6 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ ];
+    broken = true; # 2022-11-16
   };
 }