forked from mirrors/nixpkgs
enyo-launcher: 2.0.2 -> 2.0.5, renamed from enyo-doom
This commit is contained in:
parent
91d7e09de0
commit
f0de0cf811
|
@ -13885,6 +13885,12 @@
|
||||||
githubId = 120451;
|
githubId = 120451;
|
||||||
name = "Urban Skudnik";
|
name = "Urban Skudnik";
|
||||||
};
|
};
|
||||||
|
usrfriendly = {
|
||||||
|
name = "Arin Lares";
|
||||||
|
email = "arinlares@gmail.com";
|
||||||
|
github = "usrfriendly";
|
||||||
|
githubId = 2502060;
|
||||||
|
};
|
||||||
utdemir = {
|
utdemir = {
|
||||||
email = "me@utdemir.com";
|
email = "me@utdemir.com";
|
||||||
github = "utdemir";
|
github = "utdemir";
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{ mkDerivation, lib, fetchFromGitLab, cmake, qtbase }:
|
{ mkDerivation, lib, fetchFromGitLab, cmake, qtbase }:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "enyo-doom";
|
pname = "enyo-launcher";
|
||||||
version = "2.0.2";
|
version = "2.0.5";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "sdcofer70";
|
owner = "sdcofer70";
|
||||||
repo = "enyo-doom";
|
repo = "enyo-launcher";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1s1vpwrrpb9c7r2b0k1j7dlsfasfzmi6prcwql4mxwixrl7f8ms1";
|
sha256 = "sha256-qdVP5QN2t0GK4VBWuFGrnRfgamQDZGRjwaAe6TIK604=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
@ -16,10 +16,10 @@ mkDerivation rec {
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://gitlab.com/sdcofer70/enyo-doom";
|
homepage = "https://gitlab.com/sdcofer70/enyo-launcher";
|
||||||
description = "Frontend for Doom engines";
|
description = "Frontend for Doom engines";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ lib.maintainers.tadfisher ];
|
maintainers = [ lib.maintainers.usrfriendly ];
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -325,6 +325,8 @@ mapAliases ({
|
||||||
enblendenfuse = throw "'enblendenfuse' has been renamed to/replaced by 'enblend-enfuse'"; # Converted to throw 2022-02-22
|
enblendenfuse = throw "'enblendenfuse' has been renamed to/replaced by 'enblend-enfuse'"; # Converted to throw 2022-02-22
|
||||||
encryptr = throw "encryptr was removed because it reached end of life"; # Added 2022-02-06
|
encryptr = throw "encryptr was removed because it reached end of life"; # Added 2022-02-06
|
||||||
envdir = throw "envdir has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
|
envdir = throw "envdir has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
|
||||||
|
envelope = throw "envelope has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05
|
||||||
|
enyo-doom = enyo-launcher; # Added 2022-09-09
|
||||||
epoxy = libepoxy; # Added 2021-11-11
|
epoxy = libepoxy; # Added 2021-11-11
|
||||||
epsxe = throw "epsxe has been removed from nixpkgs, as it was unmaintained."; # added 2021-12-15
|
epsxe = throw "epsxe has been removed from nixpkgs, as it was unmaintained."; # added 2021-12-15
|
||||||
etcdctl = throw "'etcdctl' has been renamed to/replaced by 'etcd'"; # Converted to throw 2022-02-22
|
etcdctl = throw "'etcdctl' has been renamed to/replaced by 'etcd'"; # Converted to throw 2022-02-22
|
||||||
|
|
|
@ -33468,7 +33468,7 @@ with pkgs;
|
||||||
|
|
||||||
endless-sky = callPackage ../games/endless-sky { };
|
endless-sky = callPackage ../games/endless-sky { };
|
||||||
|
|
||||||
enyo-doom = libsForQt5.callPackage ../games/enyo-doom { };
|
enyo-launcher = libsForQt5.callPackage ../games/enyo-launcher { };
|
||||||
|
|
||||||
eternity = callPackage ../games/eternity-engine { };
|
eternity = callPackage ../games/eternity-engine { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue