Skip to content

Commit

Permalink
libdnf: switch back to default stdenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
rb2k authored and alyssais committed Sep 19, 2021
1 parent b1e4038 commit 73414b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/libdnf/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ gcc9Stdenv, lib, stdenv, fetchFromGitHub, cmake, gettext, pkg-config, gpgme, libsolv, openssl, check
{ lib, stdenv, fetchFromGitHub, cmake, gettext, pkg-config, gpgme, libsolv, openssl, check
, json_c, libmodulemd, libsmartcols, sqlite, librepo, libyaml, rpm, zchunk }:

gcc9Stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.63.1";

Expand Down

0 comments on commit 73414b5

Please sign in to comment.