ptex: remove python2 as dependency

No longer required as of 2.4.1
main
Armeen Mahdian 2 years ago
parent 09a02d7e65
commit 99efa0e292
  1. 4
      pkgs/development/libraries/ptex/default.nix

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, zlib, python2, cmake, pkg-config }:
{ lib, stdenv, fetchFromGitHub, zlib, cmake, pkg-config }:
stdenv.mkDerivation rec
{
@ -15,7 +15,7 @@ stdenv.mkDerivation rec
outputs = [ "bin" "dev" "out" "lib" ];
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib python2 pkg-config ];
buildInputs = [ zlib pkg-config ];
# Can be removed in the next release
# https://github.com/wdas/ptex/pull/42

Loading…
Cancel
Save