treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "lumina-calculator";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools, poppler }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qmake, qtbase, qttools, poppler }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "lumina-pdf";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, fluxbox
|
||||
|
||||
Reference in New Issue
Block a user