Commit 1f5f9e74 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by Francesco Gazzetta
Browse files

goxel: use libpng instead of libpng12

`goxel` supports newer version of `libpng`, they test against
it in their CI pipeline:
https://github.com/guillaumechereau/goxel/blob/v0.14.0/.github/workflows/ci.yml#L46
parent cfd86f96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, scons, pkg-config, wrapGAppsHook
, glfw3, gtk3, libpng12 }:
, glfw3, gtk3, libpng }:

stdenv.mkDerivation (finalAttrs: {
  pname = "goxel";
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  nativeBuildInputs = [ scons pkg-config wrapGAppsHook ];
  buildInputs = [ glfw3 gtk3 libpng12 ];
  buildInputs = [ glfw3 gtk3 libpng ];

  buildPhase = ''
    make release