Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 610afbca84a3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18fde258257b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 16, 2019

  1. viewnior: do not remove icon-theme.cache

    This is now done automatically.
    gebner committed Oct 16, 2019
    Copy the full SHA
    18fde25 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 pkgs/applications/graphics/viewnior/default.nix
4 changes: 0 additions & 4 deletions pkgs/applications/graphics/viewnior/default.nix
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
shared-mime-info glib gdk-pixbuf perl
];

preFixup = ''
rm $out/share/icons/*/icon-theme.cache
'';

meta = {
description = "Fast and simple image viewer";
longDescription =