Skip to content

Commit

Permalink
nextcloud: stdenv -> stdenvNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 9, 2023
1 parent ad57ad1 commit 391a124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nextcloud/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, nixosTests
{ lib, stdenvNoCC, fetchurl, nixosTests
, nextcloud27Packages
, nextcloud26Packages
}:
Expand All @@ -8,7 +8,7 @@ let
version, hash
, eol ? false, extraVulnerabilities ? []
, packages
}: stdenv.mkDerivation rec {
}: stdenvNoCC.mkDerivation rec {
pname = "nextcloud";
inherit version;

Expand Down

0 comments on commit 391a124

Please sign in to comment.