Unverified Commit d20a86cc authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

pkgs/development/libraries: remove unused fetchpatch and other arguments (#313402)

parent 53e44612
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, static ? stdenv.hostPlatform.isStatic
, cxxStandard ? null
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, cmake
, enet
, fetchFromGitHub
, fetchpatch
, flac
, freetype
, gtk3
+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, fetchpatch, buildPackages, autoreconfHook }:
{ lib, stdenv, fetchurl, buildPackages, autoreconfHook }:

stdenv.mkDerivation rec {
  pname = "apr";
+1 −1
Original line number Diff line number Diff line
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
  version = "1.75.0";
+1 −1
Original line number Diff line number Diff line
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
  version = "1.77.0";
Loading