File tree 2 files changed +18
-0
lines changed
applications/virtualization/qemu
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ { qemu , fetchFromGitHub , lib } : let
2
+ src = fetchFromGitHub {
3
+ owner = "riscv" ;
4
+ repo = "riscv-qemu" ;
5
+ rev = "713f2c116481d568702759bcb1b7fed835a2d575" ;
6
+ sha256 = "0y4zrgidpc19pxwqqxcmj0ld50fdkf8b8c87xfcn88zrk8798qz4" ;
7
+ fetchSubmodules = true ;
8
+ } ;
9
+ version = "2.11.50" ;
10
+ date = "20180203" ;
11
+ revCount = "57991" ;
12
+ shortRev = "713f2c1164" ;
13
+ in lib . overrideDerivation qemu ( orig : {
14
+ name = "${ ( builtins . parseDrvName qemu . name ) . name } -${ version } pre${ revCount } _${ shortRev } " ;
15
+ inherit src ;
16
+ } )
Original file line number Diff line number Diff line change @@ -16901,6 +16901,8 @@ with pkgs;
16901
16901
inherit (darwin.stubs) rez setfile;
16902
16902
};
16903
16903
16904
+ qemu-riscv = callPackage ../applications/virtualization/qemu/riscv.nix {};
16905
+
16904
16906
qgis = callPackage ../applications/gis/qgis {};
16905
16907
16906
16908
qgroundcontrol = libsForQt5.callPackage ../applications/science/robotics/qgroundcontrol { };
You can’t perform that action at this time.
0 commit comments