mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
wlroots_0_15: remove
This commit is contained in:
parent
5b405ca28c
commit
2d23affa03
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, fetchpatch
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -113,14 +112,6 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
wlroots_0_15 = generic {
|
|
||||||
version = "0.15.1";
|
|
||||||
hash = "sha256-MFR38UuB/wW7J9ODDUOfgTzKLse0SSMIRYTpEaEdRwM=";
|
|
||||||
extraBuildInputs = [
|
|
||||||
ffmpeg_4
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
wlroots_0_16 = generic {
|
wlroots_0_16 = generic {
|
||||||
version = "0.16.2";
|
version = "0.16.2";
|
||||||
hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ=";
|
hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ=";
|
||||||
|
@ -32041,7 +32041,6 @@ with pkgs;
|
|||||||
super-productivity = callPackage ../applications/office/super-productivity { };
|
super-productivity = callPackage ../applications/office/super-productivity { };
|
||||||
|
|
||||||
inherit (callPackages ../development/libraries/wlroots {})
|
inherit (callPackages ../development/libraries/wlroots {})
|
||||||
wlroots_0_15
|
|
||||||
wlroots_0_16
|
wlroots_0_16
|
||||||
wlroots_0_17
|
wlroots_0_17
|
||||||
wlroots;
|
wlroots;
|
||||||
|
Loading…
Reference in New Issue
Block a user