treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3Packages, readline, ncurses, canto-daemon }:
|
||||
{ lib, fetchFromGitHub, python3Packages, readline, ncurses, canto-daemon }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "0.9.9";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3Packages, }:
|
||||
{ lib, fetchFromGitHub, python3Packages, }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "0.9.8";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, callPackage
|
||||
, stdenv
|
||||
|
||||
, fetchFromGitLab
|
||||
|
||||
, appstream
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, python2Packages }:
|
||||
{ lib, fetchurl, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "rawdog";
|
||||
|
||||
Reference in New Issue
Block a user