lol

Merge pull request #158332 from InternetUnexplorer/phinger-cursors-fix-install

phinger-cursors: fix installPhase including env-vars in output

authored by

Bobby Rong and committed by
GitHub
2e502cce bb96e481

+1 -1
+1 -1
pkgs/data/icons/phinger-cursors/default.nix
··· 14 14 installPhase = '' 15 15 runHook preInstall 16 16 mkdir -p $out/share/icons 17 - cp -r ./ $out/share/icons 17 + cp -r ./phinger-cursors* $out/share/icons 18 18 runHook postInstall 19 19 ''; 20 20