Commit c2ad2d60 authored by Yarny0's avatar Yarny0 Committed by Doron Behar
Browse files
parent cd774633
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
@@ -37,18 +37,17 @@
  pcre2,
  perl,
  pkg-config,
  fetchpatch,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "icewm";
  version = "3.7.1";
  version = "3.7.2";

  src = fetchFromGitHub {
    owner = "ice-wm";
    repo = "icewm";
    tag = finalAttrs.version;
    hash = "sha256-4JF2ZAp8dx2fpSYRUz4I8US3oIZrSS90oljuxQDm38A=";
    hash = "sha256-A2rDDs55hxTX57B5Mq3Ljv3/n1ztPzYrZJ0+ndRMMn8=";
  };

  strictDeps = true;
@@ -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"