mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Compare commits
No commits in common. "9b6d4728fc6ac6b4eabc49db06c5d8fdc73b358c" and "29ad0502ed35974c1e9e642e8c8a967f3b3c6861" have entirely different histories.
9b6d4728fc
...
29ad0502ed
3 changed files with 0 additions and 65 deletions
|
|
@ -26,10 +26,6 @@ in {
|
|||
opensnitch-ui
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"libsoup-2.74.3"
|
||||
];
|
||||
|
||||
# System
|
||||
mods.user.name = "muon";
|
||||
networking.hostName = cfg.user.name;
|
||||
|
|
|
|||
|
|
@ -1,54 +0,0 @@
|
|||
{
|
||||
fetchFromGitLab,
|
||||
gtk3,
|
||||
libsoup_2_4,
|
||||
json-glib,
|
||||
leveldb,
|
||||
rtaudio,
|
||||
libopus,
|
||||
libsodium,
|
||||
libsecret,
|
||||
pkg-config,
|
||||
stdenv,
|
||||
lib,
|
||||
}: let
|
||||
version = "0.1.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
||||
pname = "LibreDiscord";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "Zipdox";
|
||||
repo = "LibreDiscord";
|
||||
rev = "a8130fab059e69437f30e320374fe6f5d21398f8";
|
||||
hash = "sha256-yr2pxW0e2ruMnDzkQMv2BQrOcN18m8zdzovnD4Dxr3M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
libsoup_2_4
|
||||
json-glib
|
||||
leveldb
|
||||
rtaudio
|
||||
libopus
|
||||
libsodium
|
||||
libsecret
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp build/librediscord $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Voice client for Discord written in C using GTK3 and GLib";
|
||||
homepage = "https://gitlab.com/Zipdox/LibreDiscord";
|
||||
license = lib.licenses.gpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
@ -17,17 +17,10 @@ in {
|
|||
# Communication
|
||||
# kotatogram-desktop
|
||||
signal-desktop
|
||||
abaddon
|
||||
vesktop-nogain
|
||||
# (callPackage ./packages/librediscord.nix {})
|
||||
|
||||
# Video
|
||||
freetube
|
||||
|
||||
# Security
|
||||
gcr
|
||||
];
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue