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: 4dc218c116d1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5eb6e51d5bfc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 7, 2019

  1. Copy the full SHA
    5eb6e51 View commit details
Showing with 11 additions and 0 deletions.
  1. +11 −0 pkgs/desktops/gnome-3/apps/gnome-sound-recorder/fix-post-install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/build-aux/meson_post_install.py
+++ b/build-aux/meson_post_install.py
@@ -21,6 +21,6 @@ if not os.environ.get('DESTDIR'):

print('Updating icon cache...')
subprocess.call(['gtk-update-icon-cache', '-qtf', os.path.join(datadir, 'icons', 'hicolor')])

- print('Updating desktop database...')
- subprocess.call(['update-desktop-database', '-q', os.path.join(datadir, 'applications')])
+ # print('Updating desktop database...')
+ # subprocess.call(['update-desktop-database', '-q', os.path.join(datadir, 'applications')])