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 }:
stdenv.mkDerivation rec {

View File

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