gtk-sharp-2_0: fix with patch from arch

wip/little-gl
Maciej Krüger 3 years ago
parent 9b92a81723
commit 6e98a27ffa
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 8
      pkgs/development/libraries/gtk-sharp/2.0.nix

@ -20,6 +20,7 @@
, automake
, libtool
, which
, fetchpatch
}:
stdenv.mkDerivation rec {
@ -34,6 +35,13 @@ stdenv.mkDerivation rec {
sha256 = "1vy6yfwkfv6bb45bzf4g6dayiqkvqqvlr02rsnhd10793hlpqlgg";
};
patches = [
(fetchpatch {
url = "https://projects.archlinux.de/svntogit/packages.git/plain/trunk/gtk-sharp2-2.12.12-gtkrange.patch?h=packages/gtk-sharp-2";
sha256 = "bjx+OfgWnN8SO82p8G7pbGuxJ9EeQxMLeHnrtEm8RV8=";
})
];
postInstall = ''
pushd $out/bin
for f in gapi2-*

Loading…
Cancel
Save