9 stdenv.mkDerivation (finalAttrs: {
14 url = "http://greenfishsoftware.org/dl/gfie/gfie-${finalAttrs.version}.deb";
15 hash = "sha256-hyL0t66jRTVF1Hq2FRUobsfjLGmYgsMGDE/DBdoXhCI=";
18 unpackCmd = "dpkg -x $curSrc source";
26 buildInputs = with qt5; [
37 ln -s $out/opt/gfie-${finalAttrs.version}/gfie $out/bin/gfie
43 description = "Powerful open source image editor, especially suitable for creating icons, cursors, animations and icon libraries";
44 homepage = "http://greenfishsoftware.org/gfie.php";
45 license = with lib.licenses; [ gpl3 ];
46 maintainers = with lib.maintainers; [ pluiedev ];
47 platforms = [ "x86_64-linux" ];
49 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];