Merge pull request #113345 from SuperSandro2000/fix-collection14

This commit is contained in:
Sandro
2021-02-17 14:38:32 +01:00
committed by GitHub
34 changed files with 103 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, fetchpatch, python3Packages }:
{ lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "pubs";

View File

@@ -11,8 +11,6 @@
, qtgraphicaleffects
, qtquickcontrols
, qtquickcontrols2
, qtdeclarative
, qtsvg
, yubikey-manager
, yubikey-personalization
}:

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper ];
buildPhase = ":";
dontBuild = true;
installPhase =
let