parent
7846ad9a90
commit
14169da6f5
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://vdrift.net/;
|
homepage = http://vdrift.net/;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1711,7 +1711,6 @@ in
|
||||||
valkyrie = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
valkyrie = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
vde2 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
vde2 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
vdpauinfo = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
vdpauinfo = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
vdrift = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
vectoroids = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
vectoroids = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
veracity = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
veracity = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
vfdecrypt = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
vfdecrypt = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
|
Loading…
Reference in New Issue