16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitHub {
23 rev = "v${finalAttrs.version}";
24 sha256 = "sha256-+DdAN+xDOYxLgLHUlr75piTEPrWpuOyXvxckhBEl7yU=";
43 description = "Pixel-oriented paint program, modelled on Deluxe Paint";
44 mainProgram = "evilpixie";
45 homepage = "https://github.com/bcampbell/evilpixie"; # http://evilpixie.scumways.com/ is gone
46 downloadPage = "https://github.com/bcampbell/evilpixie/releases";
47 license = licenses.gpl3Only;
48 maintainers = with maintainers; [ fgaz ];
49 platforms = platforms.all;
50 # Undefined symbols for architecture x86_64:
51 # "_bundle_path", referenced from: App::SetupPaths() in src_app.cpp.o
53 stdenv.hostPlatform.isDarwin
55 # https://github.com/bcampbell/evilpixie/issues/28
56 stdenv.hostPlatform.isAarch64;