Skip to content

Commit

Permalink
Merge pull request #99186 from 0x4A6F/master-qubes-core-vchan-xen
Browse files Browse the repository at this point in the history
qubes-core-vchan-xen: 4.1.2 -> 4.1.4
  • Loading branch information
Lassulus committed Oct 6, 2020
2 parents 2b1b93a + 751ac80 commit 2927f3f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
@@ -1,20 +1,25 @@
{ stdenv, fetchFromGitHub, xen_4_10 }:
{ stdenv
, fetchFromGitHub
, xen_4_10
}:

stdenv.mkDerivation rec {
pname = "qubes-core-vchan-xen";
version = "4.1.2";
version = "4.1.4";

src = fetchFromGitHub {
owner = "QubesOS";
repo = pname;
rev = "v${version}";
sha256 = "1wj4vv8nkzzig52r2nzkd4jy0cwznfkyddx379hfsdl4pzsp55mj";
sha256 = "sha256:02l1vs5c2jfw22gxvl2fb66m0d99n8ya1i7rphsb5cxsljvxary0";
};

buildInputs = [ xen_4_10 ];

buildPhase = ''
make all PREFIX=/
make all PREFIX=/ LIBDIR="$out/lib" INCLUDEDIR="$out/include"
'';

installPhase = ''
make install DESTDIR=$out PREFIX=/
'';
Expand All @@ -26,4 +31,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};

}

0 comments on commit 2927f3f

Please sign in to comment.