pkgs/ears-cli: stdenv -> stdenvNoCC
This commit is contained in:
parent
325823918b
commit
c0fa0db710
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, stdenvNoCC
|
||||
, fetchFromGitea
|
||||
, makeWrapper
|
||||
, jdk
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "ears-cli";
|
||||
version = "unstable-2023-08-24";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue