Unverified Commit f12705df authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

nwg-clipman: move icon to spec-compliant location (#496398)

parents 97362632 6327d410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ python3Packages.buildPythonPackage rec {

  postInstall = ''
    install -Dm644 nwg-clipman.desktop -t $out/share/applications/
    install -Dm644 nwg-clipman.svg -t $out/share/pixmaps/
    install -Dm644 nwg-clipman.svg -t $out/share/icons/hicolor/scalable/apps/
  '';

  strictDeps = true;