Unverified Commit 5816f0b2 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

tint2: add provenance for patch and another fix

parent 0c9e2f76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
      url = "https://gitlab.com/nick87720z/tint2/uploads/7de4501a4fa4fffa5ba8bb0fa3d19f78/glib.patch";
      hash = "sha256-K547KYlRkVl1s2THi3ZCRuM447EFJwTqUEBjKQnV8Sc=";
    })
    # https://gitlab.com/nick87720z/tint2/-/merge_requests/4
    ./fix-cmake-version.patch
  ];

@@ -81,6 +82,7 @@ stdenv.mkDerivation rec {

  postPatch = ''
    # Add missing dependency on libm
    # https://gitlab.com/nick87720z/tint2/-/merge_requests/3
    substituteInPlace src/tint2conf/CMakeLists.txt \
      --replace-fail "RSVG_LIBRARIES} )" "RSVG_LIBRARIES} m)"