about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix b/nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix
index 9316e9d38e04..adbe371dbb82 100644
--- a/nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix
+++ b/nixpkgs/pkgs/tools/graphics/ldgallery/compiler/default.nix
@@ -1,15 +1,15 @@
 # generated with cabal2nix by ./generate.sh
 { mkDerivation, aeson, base, cmdargs, containers, data-ordlist
-, directory, fetchgit, filepath, Glob, hpack, parallel-io, process
-, safe, lib, text, time, yaml
+, directory, fetchgit, filepath, Glob, hpack, lib, parallel-io
+, process, safe, text, time, yaml
 }:
 mkDerivation {
   pname = "ldgallery-compiler";
-  version = "2.0";
+  version = "2.1";
   src = fetchgit {
     url = "https://github.com/pacien/ldgallery.git";
-    sha256 = "1a82wy6ns1434gdba2l04crvr5waf03y02bappcxqci2cfb1cznz";
-    rev = "e93f7b1eb84c083d67567115284c0002a3a7d5fc";
+    sha256 = "184zysh5qwkbki8mn0br87h65yi5j39qwnmhz05z3ir9wfiniq4b";
+    rev = "11bbbae2850b9c45da697a8ed9626495a50a38c0";
     fetchSubmodules = true;
   };
   postUnpack = "sourceRoot+=/compiler; echo source root reset to $sourceRoot";
@@ -32,6 +32,11 @@ mkDerivation {
   prePatch = "hpack";
   homepage = "https://ldgallery.pacien.org";
   description = "A static generator which turns a collection of tagged pictures into a searchable web gallery";
-  license = lib.licenses.agpl3;
-  maintainers = with lib.maintainers; [ pacien ];
+  license = lib.licenses.agpl3Only;
+  mainProgram = "ldgallery";
+  maintainers = [ lib.maintainers.pacien ];
+
+  # Does not compile with ghc-9.2
+  hydraPlatforms = lib.platforms.none;
+  broken = true;
 }