mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
gimpPlugins.texturize: fix compilation with gimp 2.8
This commit is contained in:
parent
f9520337d0
commit
f5e92ce8f2
@ -110,6 +110,9 @@ rec {
|
||||
url = mirror://sourceforge/gimp-texturize/texturize-2.1_src.tgz;
|
||||
sha256 = "0cdjq25g3yfxx6bzx6nid21kq659s1vl9id4wxyjs2dhcv229cg3";
|
||||
};
|
||||
patchPhase = ''
|
||||
sed -i '/.*gimpimage_pdb.h.*/ d' src/*.c*
|
||||
'';
|
||||
installPhase = "installPlugins src/texturize";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user