gnuradio: Remove unsused fetchpatch and rec from main expressions

This commit is contained in:
Doron Behar
2023-04-21 12:50:09 +03:00
parent 7f055c0c2d
commit ee6a0a3fd9
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ let
inherit (shared) hasFeature; # function
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
inherit pname;
inherit (shared)
version
+1 -2
View File
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
# Remove gcc and python references
, removeReferencesTo
@@ -259,7 +258,7 @@ let
inherit (shared) hasFeature; # function
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
inherit pname;
inherit (shared)
version
+1 -2
View File
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
# Remove gcc and python references
, removeReferencesTo
@@ -278,7 +277,7 @@ let
inherit (shared) hasFeature; # function
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
inherit pname;
inherit (shared)
version