Skip to content

Commit

Permalink
Merge pull request NixOS#161380 from thiagokokada/fix-pinta-exception
Browse files Browse the repository at this point in the history
pinta: re-added missing runtime icons
  • Loading branch information
thiagokokada authored Feb 22, 2022
2 parents 1067df0 + e71f3a7 commit b314818
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/graphics/pinta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ buildDotnetModule rec {
# Rename the binary
mv "$out/bin/Pinta" "$out/bin/pinta"
# Copy runtime icons
mkdir -p $out/share/icons/hicolor/16x16/
cp -r Pinta.Resources/icons/hicolor/16x16/* $out/share/icons/hicolor/16x16/
# Install
dotnet build installer/linux/install.proj \
-target:Install \
Expand Down

0 comments on commit b314818

Please sign in to comment.