treewide: remove redundant stdenv

This commit is contained in:
Ben Siraphob
2021-03-26 12:18:16 +07:00
parent 17885fe3db
commit 7d97e284e8
10 changed files with 7 additions and 12 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, doxygen, makeWrapper
{ lib, mkDerivation, fetchFromGitHub, cmake, doxygen, makeWrapper
, msgpack, neovim, pythonPackages, qtbase }:
mkDerivation rec {