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