Unverified Commit 312f2bea authored by Naïm Camille Favier's avatar Naïm Camille Favier Committed by GitHub
Browse files

tela-icon-theme: add propagated dependency on breeze, adwaita (#425592)

parents 8408ff06 9fab7d37
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  fetchFromGitHub,
  gtk3,
  jdupes,
  adwaita-icon-theme,
  libsForQt5,
  hicolor-icon-theme,
}:

@@ -23,13 +25,18 @@ stdenvNoCC.mkDerivation rec {
    jdupes
  ];

  propagatedBuildInputs = [ hicolor-icon-theme ];
  propagatedBuildInputs = [
    adwaita-icon-theme
    libsForQt5.breeze-icons
    hicolor-icon-theme
  ];

  dontDropIconThemeCache = true;

  # These fixup steps are slow and unnecessary.
  dontPatchELF = true;
  dontRewriteSymlinks = true;
  dontCheckForBrokenSymlinks = true;

  installPhase = ''
    runHook preInstall