treewide: remove unused qmake and cmake

This commit is contained in:
eryngion 2023-11-16 03:09:08 +03:00
parent e4c124c5a1
commit fc8fa7c26b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, cmake, fftw { stdenv, lib, fetchFromGitHub, fftw
, qtbase, qmake, wrapQtAppsHook }: , qtbase, qmake, wrapQtAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {

View File

@ -3,7 +3,6 @@
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, pkg-config , pkg-config
, qmake
, qtbase , qtbase
, qtscript , qtscript
, qtsvg , qtsvg