From 46872026bdb05e1487923f66607c6d90c3f1cdea Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 18 Oct 2022 09:31:29 +0000 Subject: dconf2nix: 0.0.11 -> 0.0.12 --- pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix index 8d6e19124711..66341d2c8c50 100644 --- a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix +++ b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix @@ -1,19 +1,19 @@ -{ mkDerivation, base, containers, fetchFromGitHub, hedgehog, lib +{ mkDerivation, base, containers, emojis, fetchgit, hedgehog, lib , optparse-applicative, parsec, template-haskell, text }: mkDerivation { pname = "dconf2nix"; - version = "0.0.11"; - src = fetchFromGitHub { - owner = "gvolpe"; - repo = "dconf2nix"; - rev = "fe7e3d973caa87b1b706096aff3d670f65e39fda"; - sha256 = "sha256-zuhiFVA8LvFKOPMMvqFu+ofv0CrIl2pMZbPQE/tCaM8="; + version = "0.0.12"; + src = fetchgit { + url = "https://github.com/gvolpe/dconf2nix.git"; + sha256 = "0cy47g6ksxf7p0qnzljg0c5dv65r79krkzw6iasivv8czc2lv8sc"; + rev = "101e102c6a3aa79d1787e2ae77fa3379153d29f8"; + fetchSubmodules = true; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers optparse-applicative parsec text + base containers emojis optparse-applicative parsec text ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -21,4 +21,5 @@ mkDerivation { ]; description = "Convert dconf files to Nix, as expected by Home Manager"; license = lib.licenses.asl20; + mainProgram = "dconf2nix"; } -- cgit 1.4.1