Merge pull request #113522 from SuperSandro2000/fix-collection15

This commit is contained in:
Sandro
2021-02-18 01:45:41 +01:00
committed by GitHub
18 changed files with 42 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, coreutils, zfs
, perlPackages, procps, which, openssh, sudo, mbuffer, pv, lzop, gzip, pigz }:
{ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, zfs
, perlPackages, procps, which, openssh, mbuffer, pv, lzop, gzip, pigz }:
with lib;

View File

@@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pythonPackages.python qtbase qtgraphicaleffects qtquickcontrols qtquickcontrols2 pyotherside ];
enableParallelBuilding = true;
pythonPath = [ yubikey-manager ];
dontWrapQtApps = true;