treewide: add mainProgram

This commit is contained in:
h7x4 2023-11-27 02:17:53 +01:00
parent 5171694860
commit 41974d5ed9
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146
1430 changed files with 1430 additions and 1 deletions

View file

@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin;
mainProgram = "contrast";
};
}

View file

@ -66,5 +66,6 @@ stdenv.mkDerivation {
license = lib.licenses.gpl2Only;
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "dasher";
};
}

View file

@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ethindp ];
platforms = with platforms; linux;
mainProgram = "espeakup";
};
}

View file

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.johnazoidberg ];
mainProgram = "mousetweaks";
};
}

View file

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ];
mainProgram = "svkbd-mobile-intl";
};
}

View file

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.elohmeier ];
platforms = platforms.linux;
license = licenses.gpl3Plus;
mainProgram = "wvkbd-mobintl";
};
}

View file

@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
mainProgram = "deja-dup";
};
}

View file

@ -83,5 +83,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/mtkennerly/ludusavi/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ pasqui23 ];
mainProgram = "ludusavi";
};
}

View file

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.upi.li/networkException/restic-integrity";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ janik ];
mainProgram = "restic-integrity";
};
}

View file

@ -39,5 +39,6 @@ mkDerivation rec {
homepage = "https://git.srcbox.net/stefan/restique";
license = with licenses; [ gpl3Plus cc-by-sa-40 cc0 ];
maintainers = with maintainers; [ dotlambda ];
mainProgram = "restique";
};
}

View file

@ -50,5 +50,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/ep1cman/unifi-protect-backup/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ajs124 ];
mainProgram = "unifi-protect-backup";
};
}

View file

@ -95,5 +95,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl3Only;
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
mainProgram = "vorta";
};
}

View file

@ -57,5 +57,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.agpl3Only;
maintainers = with maintainers; [ misuzu ];
platforms = platforms.unix;
mainProgram = "alfis";
};
}

View file

@ -23,5 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/lightninglabs/aperture";
license = licenses.mit;
maintainers = with maintainers; [ sputn1ck ];
mainProgram = "aperture";
};
}

View file

@ -35,5 +35,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/accumulator/charge-lnd";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mmilata mariaa144 ];
mainProgram = "charge-lnd";
};
}

View file

@ -68,5 +68,6 @@ stdenv.mkDerivation {
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ ilyakooo0 ];
mainProgram = "chia_plot";
};
}

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "clboss";
};
}

View file

@ -29,5 +29,6 @@ in appimageTools.wrapType2 rec {
license = licenses.asl20;
maintainers = with maintainers; [ th0rgal ];
platforms = [ "x86_64-linux" ];
mainProgram = "chain-desktop-wallet";
};
}

View file

@ -19,5 +19,6 @@ buildPythonApplication rec {
description = "Command line Cryptocurrency Portfolio";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ bhipple ];
mainProgram = "cryptop";
};
}

View file

@ -20,5 +20,6 @@ buildGoModule rec {
description = "A secure Decred wallet daemon written in Go (golang)";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ ];
mainProgram = "dcrctl";
};
}

View file

@ -20,5 +20,6 @@ buildGoModule rec {
description = "A secure Decred wallet daemon written in Go (golang)";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ juaningan ];
mainProgram = "dcrwallet";
};
}

View file

@ -39,5 +39,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/romanz/electrs";
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
mainProgram = "electrs";
};
}

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
license = licenses.cc0;
platforms = platforms.all;
maintainers = with maintainers; [ mmahut ];
mainProgram = "ergo";
};
}

View file

@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-ethereum/ethabi";
maintainers = [ maintainers.dbrock ];
license = licenses.asl20;
mainProgram = "ethabi";
};
}

View file

@ -33,5 +33,6 @@ appimageTools.wrapType2 rec {
license = licenses.mit;
maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal ];
platforms = [ "x86_64-linux" ];
mainProgram = "ledger-live-desktop";
};
}

View file

@ -152,5 +152,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://lighthouse.sigmaprime.io/";
license = licenses.asl20;
maintainers = with maintainers; [ centromere pmw ];
mainProgram = "lighthouse";
};
}

View file

@ -38,5 +38,6 @@ buildGoModule rec {
homepage = "https://github.com/zcash/lightwalletd";
maintainers = with maintainers; [ centromere ];
license = licenses.mit;
mainProgram = "lightwalletd";
};
}

View file

@ -20,5 +20,6 @@ buildGoModule rec {
homepage = "https://github.com/LN-Zap/lndconnect";
maintainers = [ maintainers.d-xo ];
platforms = platforms.linux;
mainProgram = "lndconnect";
};
}

View file

@ -23,5 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/getAlby/lndhub.go";
license = licenses.gpl3;
maintainers = with maintainers; [ prusnak ];
mainProgram = "lndhub.go";
};
}

View file

@ -40,5 +40,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/bitromortac/lndmanage";
license = licenses.mit;
maintainers = with maintainers; [ mmilata ];
mainProgram = "lndmanage";
};
}

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ RaghavSood jb55 ];
mainProgram = "miniscript";
};
}

View file

@ -50,5 +50,6 @@ in appimageTools.wrapType2 rec {
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = [ ];
mainProgram = "MyCrypto";
};
}

View file

@ -30,5 +30,6 @@ buildDotnetModule rec {
maintainers = with maintainers; [ kcalvinalvin erikarvstedt ];
license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "nbxplorer";
};
}

View file

@ -57,5 +57,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = with maintainers; [ akru ];
platforms = lib.platforms.unix;
mainProgram = "openethereum";
};
}

View file

@ -31,5 +31,6 @@ buildGoModule rec {
homepage = "https://github.com/ethereum-optimism/optimism";
license = licenses.mit;
maintainers = with maintainers; [ happysalada ];
mainProgram = "cmd";
};
}

View file

@ -55,5 +55,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [ happysalada ];
platforms = platforms.unix;
mainProgram = "snarkos";
};
}

View file

@ -71,5 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "stellar-core";
};
})

View file

@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
license = licenses.isc;
maintainers = [ maintainers.peterwilli ];
platforms = [ "x86_64-linux" ];
mainProgram = "terra-station";
};
}

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ mmahut ];
mainProgram = "tessera";
};
}

View file

@ -56,5 +56,6 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://github.com/lncapital/torq";
maintainers = with maintainers; [ mmilata prusnak ];
mainProgram = "torq";
};
}

View file

@ -59,5 +59,6 @@ appimageTools.wrapType2 rec {
license = licenses.unfree;
maintainers = with maintainers; [ prusnak ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
mainProgram = "trezor-suite";
};
}

View file

@ -26,5 +26,6 @@ appimageTools.wrapType2 rec {
license = licenses.mit;
maintainers = with maintainers; [ colinsane ];
platforms = [ "x86_64-linux" ];
mainProgram = "zecwallet-lite";
};
}

View file

@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
license = [ licenses.gpl3 ];
maintainers = [ maintainers.sb0 ];
platforms = platforms.unix;
mainProgram = "amp";
};
}

View file

@ -54,5 +54,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.sternenseemann ];
mainProgram = "apostrophe";
};
}

View file

@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.mkg20001 ];
license = licenses.gpl2;
platforms = platforms.linux;
mainProgram = "bless";
};
}

View file

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vbgl ];
platforms = platforms.all;
mainProgram = "bluefish";
};
}

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.unlicense;
maintainers = [ maintainers.ilian ];
platforms = [ "i686-linux" "x86_64-linux" ];
mainProgram = "bonzomatic";
};
}

View file

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
mainProgram = "bviplus";
};
}

View file

@ -31,5 +31,6 @@ appimageTools.wrapType2 rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ dit7ya kashw2 ];
mainProgram = "codux";
};
}

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ rewine ];
mainProgram = "cpeditor";
};
}

View file

@ -118,5 +118,6 @@ stdenv.mkDerivation rec {
license = licenses.mpl20;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
mainProgram = "cudatext";
};
}

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [qknight];
platforms = with lib.platforms; linux;
mainProgram = "dhex";
};
}

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = with platforms; linux;
maintainers = with maintainers; [ davidak ];
mainProgram = "dit";
};
}

View file

@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl1Plus;
maintainers = with maintainers; [ schmitthenner vrthra equirosa ];
platforms = platforms.linux;
mainProgram = "edbrowse";
};
}
# TODO: send the patch to upstream developers

View file

@ -49,5 +49,6 @@ stdenv.mkDerivation {
license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
platforms = lib.platforms.unix;
mainProgram = "edit";
};
}

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; unix;
mainProgram = "edlin";
};
})

View file

@ -43,5 +43,6 @@ buildGoModule rec {
homepage = "https://github.com/rjkroege/edwood";
license = with licenses; [ mit bsd3 ];
maintainers = with maintainers; [ kranzes ];
mainProgram = "edwood";
};
}

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.publicDomain;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
mainProgram = "em";
};
}

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
mainProgram = "flpsed";
};
}

View file

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ madjar kashw2 ];
platforms = platforms.linux;
homepage = "https://gottcode.org/focuswriter/";
mainProgram = "focuswriter";
};
}

View file

@ -178,5 +178,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
mainProgram = "gnome-builder";
};
}

View file

@ -113,5 +113,6 @@ in stdenv.mkDerivation {
license = licenses.gpl3Only;
maintainers = [ maintainers.fitzgibbon ];
platforms = platforms.linux;
mainProgram = "gnome-inform7";
};
}

View file

@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.manveru ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "gnome-latex";
};
}

View file

@ -21,5 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/gopherdata/gophernotes";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
mainProgram = "gophernotes";
};
}

View file

@ -21,5 +21,6 @@ buildGoModule rec {
longDescription = "The Hex Editor From Hell!";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ramkromberg ];
mainProgram = "hecate";
};
}

View file

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/ndd7xv/heh/releases/tag/${src.rev}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ piturnah ];
mainProgram = "heh";
};
}

View file

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
mainProgram = "hexcurse";
};
}

View file

@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Luz/hexdino";
license = licenses.mit;
maintainers = [ maintainers.luz ];
mainProgram = "hexdino";
};
}

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ delroth ];
mainProgram = "hexedit";
};
}

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
mainProgram = "ht";
};
}

View file

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ilai-deutel/kibi";
license = licenses.mit;
maintainers = with maintainers; [ robertodr ];
mainProgram = "kibi";
};
}

View file

@ -64,5 +64,6 @@ mkDerivation rec {
homepage = "https://www.kde.org/applications/office/kile/";
maintainers = with lib.maintainers; [ fridh ];
license = lib.licenses.gpl2Plus;
mainProgram = "kile";
};
}

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
license = licenses.gpl2;
mainProgram = "l3afpad";
};
}

View file

@ -57,5 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ felschr ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
mainProgram = "ldtk";
};
})

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = [ maintainers.flosse ];
license = licenses.gpl3;
mainProgram = "leafpad";
};
}

View file

@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ sefidel ];
platforms = platforms.unix;
mainProgram = "lite-xl";
};
}

View file

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
platforms = platforms.unix;
mainProgram = "lite";
};
}

View file

@ -58,5 +58,6 @@ python3Packages.buildPythonApplication rec {
license = lib.licenses.gpl3;
maintainers = [ ];
platforms = lib.platforms.unix;
mainProgram = "manuskript";
};
}

View file

@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";
mainProgram = "marker";
};
}

View file

@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ cyplo ];
mainProgram = "mindforger";
};
}

View file

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ adsr ];
mainProgram = "mle";
};
}

View file

@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
mainProgram = "moe";
};
})
# TODO: a configurable, global moerc file

View file

@ -49,5 +49,6 @@ mkDerivation rec {
homepage = "https://sourceforge.net/projects/molsketch/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.moni ];
mainProgram = "molsketch";
};
}

View file

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ geri1701 ];
mainProgram = "ne";
};
}

View file

@ -70,5 +70,6 @@ stdenv.mkDerivation {
];
maintainers = with lib.maintainers; [ sander rszibele kashw2 ];
platforms = lib.platforms.unix;
mainProgram = "netbeans";
};
}

View file

@ -39,5 +39,6 @@ mkDerivation rec {
platforms = platforms.unix;
maintainers = [ maintainers.sebtm ];
broken = stdenv.isAarch64;
mainProgram = "NotepadNext";
};
}

View file

@ -55,5 +55,6 @@ mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.rszibele ];
mainProgram = "notepadqq";
};
}

View file

@ -37,5 +37,6 @@ in pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/cpbotha/nvpy";
platforms = platforms.linux;
license = licenses.bsd3;
mainProgram = "nvpy";
};
}

View file

@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
license = licenses.gpl2Only;
maintainers = with maintainers; [ moni ];
mainProgram = "ox";
};
}

View file

@ -97,5 +97,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ unfreeRedistributable ];
maintainers = with maintainers; [ gador ];
mainProgram = "pinegrow";
};
}

View file

@ -90,5 +90,6 @@ in stdenv.mkDerivation (finalAttrs: {
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ felschr ];
mainProgram = "pixelorama";
};
})

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2;
platforms = platforms.unix;
changelog = "https://github.com/lbellonda/qxmledit/blob/${version}/NEWS";
mainProgram = "qxmledit";
};
}

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.tckmn ];
platforms = platforms.linux;
mainProgram = "qxw";
};
}

View file

@ -36,5 +36,6 @@ buildPythonApplication rec {
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ orivej ];
mainProgram = "rednotebook";
};
}

View file

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ markus1189 wegank ];
platforms = platforms.all;
mainProgram = "rehex";
};
}

View file

@ -88,5 +88,6 @@ python3.pkgs.buildPythonApplication rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ klntsky ];
platforms = platforms.unix;
mainProgram = "retext";
};
}

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation {
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.rszibele ];
mainProgram = "SciTE";
};
}

View file

@ -41,5 +41,6 @@ mkDerivation rec {
license = licenses.gpl3;
# currently unmaintained
platforms = platforms.linux;
mainProgram = "sigil";
};
}

View file

@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = [ maintainers.fzakaria ];
platforms = platforms.all;
mainProgram = "spacevim";
};
}

View file

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ mgregoire chuangzhu squalus ];
sourceProvenance = [ sourceTypes.binaryNativeCode ];
platforms = builtins.attrNames srcjson.deb;
mainProgram = "standardnotes";
};
}

Some files were not shown because too many files have changed in this diff Show more