fribidi: fix cross

wip/yesman
Robin Gloster 6 years ago
parent b014cdd292
commit 06f9b4769b
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
  1. 8
      pkgs/development/libraries/fribidi/default.nix

@ -1,5 +1,6 @@
{ stdenv
, fetchurl
, fetchpatch
, meson
, ninja
@ -21,6 +22,13 @@ stdenv.mkDerivation rec {
sha256 = "1kp4b1hpx2ky20ixgy2xhj5iygfl7ps5k9kglh1z5i7mhykg4r3a";
};
patches = [
(fetchpatch {
url = "https://github.com/fribidi/fribidi/pull/88.patch";
sha256 = "1n4l6333vhbxfckwg101flmvq6bbygg66fjp69ddcjqaqb6gh9k9";
})
];
postPatch = ''
patchShebangs test
'';

Loading…
Cancel
Save