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 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, python3Packages }:
{ lib, fetchFromGitHub, makeWrapper, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "xkeysnail";