summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-14 23:12:09 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-14 23:12:09 +0200
commitba9292408a18e8361930597c89aef7ad83aeb508 (patch)
tree34835f382e3c5d15e2687804ab53c4237bd258ea
parent45f1de673eee48834de90245e5e1e905f3ec733b (diff)
downloadnixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar.gz
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar.bz2
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar.lz
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar.xz
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.tar.zst
nixpkgs-ba9292408a18e8361930597c89aef7ad83aeb508.zip
qubes-core-vchan-xen: xen_4_10 -> xen
-rw-r--r--pkgs/applications/qubes/qubes-core-vchan-xen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
index 3a1359ca573..6ce255675b1 100644
--- a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
+++ b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv
 , fetchFromGitHub
-, xen_4_10
+, xen
 }:
 
 stdenv.mkDerivation rec {
@@ -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"