Loading pkgs/applications/qubes/qubes-core-vchan-xen/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv , fetchFromGitHub , xen_4_10 , xen }: stdenv.mkDerivation rec { Loading @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { sha256 = "sha256:02l1vs5c2jfw22gxvl2fb66m0d99n8ya1i7rphsb5cxsljvxary0"; }; buildInputs = [ xen_4_10 ]; buildInputs = [ xen ]; buildPhase = '' make all PREFIX=/ LIBDIR="$out/lib" INCLUDEDIR="$out/include" Loading Loading
pkgs/applications/qubes/qubes-core-vchan-xen/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv , fetchFromGitHub , xen_4_10 , xen }: stdenv.mkDerivation rec { Loading @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { sha256 = "sha256:02l1vs5c2jfw22gxvl2fb66m0d99n8ya1i7rphsb5cxsljvxary0"; }; buildInputs = [ xen_4_10 ]; buildInputs = [ xen ]; buildPhase = '' make all PREFIX=/ LIBDIR="$out/lib" INCLUDEDIR="$out/include" Loading