Unverified Commit efb53136 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #313271 from Sigmanificient/remove-fetchpatch-pkgs-apps

pkgs/applications: remove uneeded fetchpatch arguments
parents a2c8fe82 00585528
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
, rustc
, feedbackd
, wrapGAppsHook3
, fetchpatch
, nixosTests
}:

+0 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, fmt
+0 −1
Original line number Diff line number Diff line
{ lib
, mkDerivation
, fetchFromGitHub
, fetchpatch
, boost
, cmake
, chromaprint
+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, autoreconfHook, fetchFromGitHub, fetchpatch, fdk_aac }:
{ lib, stdenv, autoreconfHook, fetchFromGitHub, fdk_aac }:

stdenv.mkDerivation rec {
  pname = "fdkaac";
+0 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, fltk
Loading