Unverified Commit e5d2c9c7 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

pinentry: remove qt5.mkDerivation usage (#348468)

parents 9fe1313d b99dfb1c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -62,11 +62,8 @@ let
    let
      enableFeaturePinentry =
        f: lib.enableFeature (lib.elem f buildFlavors) ("pinentry-" + flavorInfo.${f}.flag);

      pinentryMkDerivation =
        if (lib.elem "qt5" buildFlavors) then libsForQt5.mkDerivation else stdenv.mkDerivation;
    in
    pinentryMkDerivation rec {
    stdenv.mkDerivation rec {
      pname = "pinentry-${pinentryExtraPname}";
      version = "1.3.1";