Merge pull request #114989 from SuperSandro2000/fix-collection20

This commit is contained in:
Sandro
2021-03-03 19:21:19 +01:00
committed by GitHub
20 changed files with 82 additions and 61 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
{ lib, fetchurl, boost, cmake, extra-cmake-modules, kparts, kpmcore
, kservice, libatasmart, libxcb, libyamlcpp, parted, polkit-qt, python, qtbase
, qtquickcontrols, qtsvg, qttools, qtwebengine, util-linux, glibc, tzdata
, qtquickcontrols, qtsvg, qttools, qtwebengine, util-linux, tzdata
, ckbcomp, xkeyboard_config, mkDerivation
}:
@@ -21,8 +21,6 @@ mkDerivation rec {
qtquickcontrols qtsvg qttools qtwebengine.dev util-linux
];
enableParallelBuilding = false;
cmakeFlags = [
"-DPYTHON_LIBRARY=${python}/lib/lib${python.libPrefix}.so"
"-DPYTHON_INCLUDE_DIR=${python}/include/${python.libPrefix}"
+1 -1
View File
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, makeWrapper
, gawk, gnused, util-linux, file
, wget, python3, qemu-utils, euca2ools
, wget, python3, qemu-utils
, e2fsprogs, cdrkit
, gptfdisk }: