Loading pkgs/by-name/ic/icewm/package.nix +3 −15 Original line number Diff line number Diff line Loading @@ -37,18 +37,17 @@ pcre2, perl, pkg-config, fetchpatch, }: stdenv.mkDerivation (finalAttrs: { pname = "icewm"; version = "3.7.1"; version = "3.7.3"; src = fetchFromGitHub { owner = "ice-wm"; repo = "icewm"; rev = finalAttrs.version; hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A="; tag = finalAttrs.version; hash = "sha256-A9LLVIU00ddINMiiuBapp4dc4/w8Z+TeC+zXV1CtTCE="; }; strictDeps = true; Loading Loading @@ -95,17 +94,6 @@ stdenv.mkDerivation (finalAttrs: { pcre2 ]; patches = [ # https://github.com/NixOS/nixpkgs/issues/385959 # https://github.com/bbidulock/icewm/issues/794 # TODO: remove this patch when it is included in a release (fetchpatch { name = "fdomenu-icons-quoted"; url = "https://github.com/bbidulock/icewm/commit/74bb0a2989127a3ff87d2932ff547713bc710cfe.patch"; hash = "sha256-/rMSJYGAJs9cgNu5j4Mov/PfO7ocXQeNRq0vasfRcKA="; }) ]; cmakeFlags = [ "-DPREFIX=$out" "-DCFGDIR=/etc/icewm" Loading Loading
pkgs/by-name/ic/icewm/package.nix +3 −15 Original line number Diff line number Diff line Loading @@ -37,18 +37,17 @@ pcre2, perl, pkg-config, fetchpatch, }: stdenv.mkDerivation (finalAttrs: { pname = "icewm"; version = "3.7.1"; version = "3.7.3"; src = fetchFromGitHub { owner = "ice-wm"; repo = "icewm"; rev = finalAttrs.version; hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A="; tag = finalAttrs.version; hash = "sha256-A9LLVIU00ddINMiiuBapp4dc4/w8Z+TeC+zXV1CtTCE="; }; strictDeps = true; Loading Loading @@ -95,17 +94,6 @@ stdenv.mkDerivation (finalAttrs: { pcre2 ]; patches = [ # https://github.com/NixOS/nixpkgs/issues/385959 # https://github.com/bbidulock/icewm/issues/794 # TODO: remove this patch when it is included in a release (fetchpatch { name = "fdomenu-icons-quoted"; url = "https://github.com/bbidulock/icewm/commit/74bb0a2989127a3ff87d2932ff547713bc710cfe.patch"; hash = "sha256-/rMSJYGAJs9cgNu5j4Mov/PfO7ocXQeNRq0vasfRcKA="; }) ]; cmakeFlags = [ "-DPREFIX=$out" "-DCFGDIR=/etc/icewm" Loading