x264-unstable: drop
It has been updated in nixpkgs.
This commit is contained in:
parent
7ca0b97fa8
commit
72d323ca04
|
@ -48,6 +48,4 @@ in
|
||||||
vgmstream = callPackage ./vgmstream { };
|
vgmstream = callPackage ./vgmstream { };
|
||||||
|
|
||||||
VisiCut = callPackage ./VisiCut { };
|
VisiCut = callPackage ./VisiCut { };
|
||||||
|
|
||||||
x264-unstable = prev.x264.overrideAttrs (callPackage ./x264-unstable { });
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,8 +59,7 @@
|
||||||
snownews
|
snownews
|
||||||
textidote
|
textidote
|
||||||
unxwb
|
unxwb
|
||||||
vgmstream
|
vgmstream;
|
||||||
x264-unstable;
|
|
||||||
|
|
||||||
mpvScripts = lib.recurseIntoAttrs {
|
mpvScripts = lib.recurseIntoAttrs {
|
||||||
inherit (pkgs.mpvScripts)
|
inherit (pkgs.mpvScripts)
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
{ lib, fetchFromGitLab }:
|
|
||||||
|
|
||||||
o: o // rec {
|
|
||||||
version = "unstable-2021-04-19";
|
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
|
||||||
domain = "code.videolan.org";
|
|
||||||
owner = "videolan";
|
|
||||||
repo = o.pname;
|
|
||||||
rev = "b684ebe04a6f80f8207a57940a1fa00e25274f81";
|
|
||||||
sha256 = "06r6m1v88m532wbhk6al9imrsn1inwdjzrpmp97wrbdg6b2naygd";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with lib; o.meta // {
|
|
||||||
description = "${o.meta.description} (unstable version)";
|
|
||||||
maintainers = with maintainers; [ sbruder ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue