treewide: remove iedame (#460343)
This commit is contained in:
@@ -10841,12 +10841,6 @@
|
||||
githubId = 1550265;
|
||||
name = "Dominic Steinitz";
|
||||
};
|
||||
iedame = {
|
||||
email = "git@ieda.me";
|
||||
github = "iedame";
|
||||
githubId = 60272;
|
||||
name = "Rafael Ieda";
|
||||
};
|
||||
if-loop69420 = {
|
||||
github = "if-loop69420";
|
||||
githubId = 81078181;
|
||||
|
||||
@@ -84,10 +84,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://xournalpp.github.io/";
|
||||
changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
sikmir
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ sikmir ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "xournalpp";
|
||||
};
|
||||
|
||||
@@ -155,10 +155,7 @@ buildPythonApplication rec {
|
||||
homepage = "https://lutris.net";
|
||||
description = "Open Source gaming platform for GNU/Linux";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
rapiteanu
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ rapiteanu ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "lutris";
|
||||
};
|
||||
|
||||
@@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [
|
||||
luz
|
||||
thoughtpolice
|
||||
iedame
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
homepage = "http://vite.gforge.inria.fr/";
|
||||
license = lib.licenses.cecill20;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -93,7 +93,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [
|
||||
joelburget
|
||||
khaneliman
|
||||
iedame
|
||||
];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
@@ -35,7 +35,6 @@ let
|
||||
timstott
|
||||
sebtm
|
||||
bdd
|
||||
iedame
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -46,10 +46,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Simple Gtk wrapper for Adwaita-for-Steam";
|
||||
homepage = "https://github.com/Foldex/AdwSteamGtk";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
reedrw
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ reedrw ];
|
||||
mainProgram = "adwaita-steam-gtk";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -28,6 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/kcat/alure";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,10 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://freemacsoft.net/appcleaner";
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ emilytrau ];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = with lib.licenses; [ gpl2Plus ];
|
||||
mainProgram = "aranym";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
# never successfully built on Hydra for darwin or aarch64 linux
|
||||
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
|
||||
|
||||
@@ -32,10 +32,7 @@ appimageTools.wrapType2 {
|
||||
changelog = "https://github.com/arduino/arduino-ide/releases/tag/${version}";
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "arduino-ide";
|
||||
maintainers = with lib.maintainers; [
|
||||
clerie
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ clerie ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ buildGoModule {
|
||||
homepage = "https://github.com/garethgeorge/backrest";
|
||||
changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "backrest";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Powerful and full-featured professional HTML and text editor for macOS";
|
||||
homepage = "https://www.barebones.com/products/bbedit/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -41,10 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "bloodspilot-client-sdl";
|
||||
homepage = "http://bloodspilot.sf.net/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,10 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "xpilots";
|
||||
homepage = "http://bloodspilot.sf.net/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -155,7 +155,6 @@ buildFHSEnv {
|
||||
maintainers = with lib.maintainers; [
|
||||
nezia
|
||||
jaspersurmont
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "${bolt.name}";
|
||||
|
||||
@@ -153,7 +153,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
maintainers = with maintainers; [
|
||||
dotlambda
|
||||
globin
|
||||
iedame
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "GUI, CLI, and library for playing chess";
|
||||
homepage = "https://cutechess.com/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; (linux ++ windows);
|
||||
mainProgram = "cutechess";
|
||||
};
|
||||
|
||||
@@ -49,10 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "cutemaze";
|
||||
homepage = "https://gottcode.org/cutemaze/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
dotlambda
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -53,7 +53,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
DimitarNestorov
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
mainProgram = "cyberduck";
|
||||
|
||||
@@ -114,7 +114,6 @@ flutter332.buildFlutterApplication rec {
|
||||
schnow265
|
||||
zi3m5f
|
||||
gepbird
|
||||
iedame
|
||||
];
|
||||
mainProgram = "enteauth";
|
||||
platforms = [
|
||||
|
||||
@@ -86,10 +86,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/ente-io/ente/tree/main/cli#readme";
|
||||
changelog = "https://github.com/ente-io/ente/releases/tag/cli-v${finalAttrs.version}";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
zi3m5f
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ zi3m5f ];
|
||||
mainProgram = "ente";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -142,7 +142,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
pinpox
|
||||
yuka
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
|
||||
@@ -85,7 +85,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
pinpox
|
||||
oddlama
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -94,10 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/alexbatalov/fallout1-ce";
|
||||
license = lib.licenses.sustainableUse;
|
||||
maintainers = with lib.maintainers; [
|
||||
hughobrien
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ hughobrien ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "fallout-ce";
|
||||
};
|
||||
|
||||
@@ -98,10 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/alexbatalov/fallout2-ce";
|
||||
license = lib.licenses.sustainableUse;
|
||||
maintainers = with lib.maintainers; [
|
||||
hughobrien
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ hughobrien ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "fallout2-ce";
|
||||
};
|
||||
|
||||
@@ -32,10 +32,7 @@ appimageTools.wrapType2 {
|
||||
license = licenses.unfree; # no license listed
|
||||
mainProgram = "fflogs";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
keysmashes
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ keysmashes ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -70,9 +70,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
pSub
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -106,10 +106,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Flight simulator";
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [ ]; # disabled from hydra because it's so big
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://gnu.org/software/freedink/"; # Formerly http://www.freedink.org
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "freedink";
|
||||
};
|
||||
|
||||
@@ -89,6 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cc-by-sa-30
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -132,7 +132,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [
|
||||
robberer
|
||||
muscaln
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "Fritzing";
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Old-school vertical shoot-em-up / bullet hell";
|
||||
mainProgram = "garden";
|
||||
homepage = "https://sourceforge.net/projects/garden/";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl3;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,7 +48,6 @@ let
|
||||
maintainers = with maintainers; [
|
||||
sikmir
|
||||
soupglasses
|
||||
iedame
|
||||
];
|
||||
license = with licenses; [
|
||||
gpl3
|
||||
|
||||
@@ -25,7 +25,6 @@ let
|
||||
maintainers = with maintainers; [
|
||||
voidless
|
||||
sikmir
|
||||
iedame
|
||||
];
|
||||
license = licenses.geogebra;
|
||||
sourceProvenance = with sourceTypes; [
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = "http://getdp.info/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -247,10 +247,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
tobim
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ tobim ];
|
||||
mainProgram = "gs";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -113,6 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gmsh.info/";
|
||||
changelog = "https://gitlab.onelab.info/gmsh/gmsh/-/releases/gmsh_${lib.concatStringsSep "_" (lib.versions.splitVersion finalAttrs.version)}#changelog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
|
||||
mainProgram = "gogdl";
|
||||
homepage = "https://github.com/Heroic-Games-Launcher/heroic-gogdl";
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = with maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
# Upstream no longer create git tags when bumping the version, so we have to
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Etaash-mathamsetty/heroic-epic-integration";
|
||||
changelog = "https://github.com/Etaash-mathamsetty/heroic-epic-integration/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
@@ -37,7 +37,7 @@ python3Packages.buildPythonApplication {
|
||||
'';
|
||||
homepage = "https://github.com/Heroic-Games-Launcher/legendary";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "legendary";
|
||||
};
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher";
|
||||
changelog = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
# Heroic may work on nix-darwin, but it needs a dedicated maintainer for the platform.
|
||||
# It may also work on other Linux targets, but all the game stores only
|
||||
# support x86 Linux, so it would require extra hacking to run games via QEMU
|
||||
|
||||
@@ -48,10 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Set of nine separate and highly configurable menu items that let you know exactly what's going on inside your Mac";
|
||||
homepage = "https://bjango.com/mac/istatmenus/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
FlameFlag
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -31,10 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Tiny menu bar calendar";
|
||||
homepage = "https://www.mowglii.com/itsycal/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
FlameFlag
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ FlameFlag ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -31,10 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.keka.io";
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ emilytrau ];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -42,10 +42,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://lib.filezilla-project.org/";
|
||||
description = "Modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
pSub
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
@@ -77,10 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "City building game";
|
||||
mainProgram = "lincity-ng";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -80,6 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "xlincity";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "https://sourceforge.net/projects/lincity";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -125,7 +125,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
pasqui23
|
||||
megheaiulian
|
||||
iedame
|
||||
];
|
||||
mainProgram = "ludusavi";
|
||||
};
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Third person ninja rabbit fighting game";
|
||||
mainProgram = "lugaru";
|
||||
homepage = "https://osslugaru.gitlab.io";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
|
||||
@@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "megasync";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -274,7 +274,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
leleuvilela
|
||||
bricklou
|
||||
jonhermansen
|
||||
iedame
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
|
||||
@@ -30,10 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://mountainduck.io";
|
||||
license = licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with maintainers; [
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://mtpaint.sourceforge.net/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "mtpaint";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,7 +61,6 @@ buildGoModule (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
pinpox
|
||||
oddlama
|
||||
iedame
|
||||
];
|
||||
mainProgram = "museum";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -236,7 +236,7 @@ stdenvUsed.mkDerivation (finalAttrs: {
|
||||
homepage = "http://nethack.org/";
|
||||
license = lib.licenses.ngpl;
|
||||
platforms = if x11Mode then lib.platforms.linux else lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "nethack";
|
||||
broken = if qtMode then stdenv.hostPlatform.isDarwin else false;
|
||||
};
|
||||
|
||||
@@ -37,10 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://khumba.net/projects/nvd";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "nvd";
|
||||
maintainers = with lib.maintainers; [
|
||||
khumba
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ khumba ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -82,10 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://openlierox.net";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
mainProgram = "openlierox";
|
||||
maintainers = with lib.maintainers; [
|
||||
tomasajt
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ tomasajt ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -64,6 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/alemart/opensurge/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,9 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "pgbackrest";
|
||||
maintainers = with lib.maintainers; [
|
||||
zaninime
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ zaninime ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -55,7 +55,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/containers/podman-tui";
|
||||
description = "Podman Terminal UI";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "podman-tui";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,10 +58,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://gitlab.com/idevecore/pomodoro";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "pomodoro";
|
||||
maintainers = with lib.maintainers; [
|
||||
aleksana
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ aleksana ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,10 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Completely normal office calculator";
|
||||
mainProgram = "procalc";
|
||||
homepage = "https://proofficecalculator.com/";
|
||||
maintainers = with lib.maintainers; [
|
||||
pmiddend
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ pmiddend ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl3Only;
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "GUI for Legendary, an Epic Games Launcher open source alternative";
|
||||
homepage = "https://github.com/RareDevs/Rare";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "rare";
|
||||
|
||||
@@ -114,10 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://kartkrew.org";
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
donovanglover
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ donovanglover ];
|
||||
mainProgram = "ringracers";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
Java -- basically any program in which you can use remarks/comments.
|
||||
'';
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "robodoc";
|
||||
};
|
||||
|
||||
@@ -99,10 +99,7 @@ let
|
||||
homepage = "https://www.runescape.com/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [
|
||||
grburst
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ grburst ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
};
|
||||
@@ -152,10 +149,7 @@ buildFHSEnv {
|
||||
description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3";
|
||||
homepage = "https://www.runescape.com/";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [
|
||||
grburst
|
||||
iedame
|
||||
];
|
||||
maintainers = with maintainers; [ grburst ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/scanmem/scanmem";
|
||||
description = "Memory scanner for finding and poking addresses in executing processes";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
|
||||
@@ -94,7 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
tomfitzhenry
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/";
|
||||
|
||||
@@ -172,7 +172,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [
|
||||
carloscraveiro
|
||||
tomasajt
|
||||
iedame
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -37,10 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sveinbjorn.org/sloth";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "Sloth";
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ emilytrau ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -48,7 +48,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [
|
||||
matteopacini
|
||||
Enzime
|
||||
iedame
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
FlameFlag
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
|
||||
@@ -36,7 +36,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/bloznelis/typioca";
|
||||
changelog = "https://github.com/bloznelis/typioca/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "typioca";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Open-source Android/Desktop remake of Civ V";
|
||||
mainProgram = "unciv";
|
||||
homepage = "https://github.com/yairm210/Unciv";
|
||||
maintainers = with lib.maintainers; [ iedame ];
|
||||
maintainers = [ ];
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -100,10 +100,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Desktop Backup Client for Borg";
|
||||
homepage = "https://vorta.borgbase.com/";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
ma27
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ma27 ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "vorta";
|
||||
};
|
||||
|
||||
@@ -158,10 +158,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.wesnoth.org/";
|
||||
changelog = "https://github.com/wesnoth/wesnoth/blob/${finalAttrs.version}/changelog.md";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
niklaskorz
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ niklaskorz ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "wesnoth${suffix}";
|
||||
};
|
||||
|
||||
@@ -44,10 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Multiplayer X11 space combat game";
|
||||
homepage = "http://xpilot.sf.net/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
iedame
|
||||
];
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -103,7 +103,6 @@ buildPythonPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
veprbl
|
||||
dotlambda
|
||||
iedame
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user