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

Commits on Apr 12, 2021

  1. Copy the full SHA
    e575081 View commit details
Showing with 10 additions and 0 deletions.
  1. +10 −0 pkgs/desktops/gnome-3/games/swell-foop/default.nix
10 changes: 10 additions & 0 deletions pkgs/desktops/gnome-3/games/swell-foop/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, meson
, ninja
, pkg-config
@@ -28,6 +29,15 @@ stdenv.mkDerivation rec {
sha256 = "1swvazfc2ydc52njfrxdd0ns2apb2k54dq8vlj81y1vlwcqhgw3p";
};

patches = [
# Fix launching with desktop file
# https://gitlab.gnome.org/GNOME/swell-foop/-/issues/22
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/swell-foop/commit/614239dbe0f82e8de836cc5780e971366e09f035.patch";
sha256 = "GyIDJ/dG6A2T5Ls6LjCy9Che5KP3H2LAVOOzH+mlQsM=";
})
];

nativeBuildInputs = [
meson
ninja