summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-08-02 13:48:10 +0200
committerlassulus <lassulus@lassul.us>2022-08-02 13:48:10 +0200
commit8d297d33a99064f21fb763062f46e7717126bb8e (patch)
treeacf41e4177d2db0078242aaa6679a537cbd17f95
parentb501b81041ab80fe8c4dedfc603ee09bf0428ae5 (diff)
parent20ff460cb3626e4dce81c9a4aa8ae2fb4b61d869 (diff)
Merge remote-tracking branch 'ni/master'
-rw-r--r--krebs/5pkgs/haskell/reaktor2/default.nix22
m---------submodules/krops0
-rw-r--r--tv/1systems/alnus/config.nix4
-rw-r--r--tv/1systems/mu/config.nix4
-rw-r--r--tv/1systems/querel/config.nix4
-rw-r--r--tv/5pkgs/default.nix2
-rw-r--r--tv/5pkgs/override/default.nix2
-rw-r--r--tv/5pkgs/simple/default.nix2
8 files changed, 20 insertions, 20 deletions
diff --git a/krebs/5pkgs/haskell/reaktor2/default.nix b/krebs/5pkgs/haskell/reaktor2/default.nix
index 9ff2bd88..7f89c0b1 100644
--- a/krebs/5pkgs/haskell/reaktor2/default.nix
+++ b/krebs/5pkgs/haskell/reaktor2/default.nix
@@ -1,18 +1,18 @@
{ mkDerivation, aeson, async, attoparsec, base, blessings
-, bytestring, containers, data-default, fetchgit, filepath
-, hashable, lens, lens-aeson, network, network-simple
-, network-simple-tls, network-uri, pcre-light, process, random
-, servant-server, lib, string-conversions, stringsearch, text
-, time, transformers, unagi-chan, unix, unordered-containers
-, vector, wai, warp
+, bytestring, containers, data-default, filepath, hashable, lens
+, lens-aeson, lib, network, network-simple, network-simple-tls
+, network-uri, pcre-light, process, random, servant-server
+, string-conversions, stringsearch, text, time, transformers
+, unagi-chan, unix, unordered-containers, vector, wai, warp
+, fetchgit
}:
-mkDerivation rec {
+mkDerivation {
pname = "reaktor2";
- version = "0.4.0a";
+ version = "0.4.2";
src = fetchgit {
- url = "https://cgit.lassul.us/reaktor2";
- sha256 = "sha256-x1i2TWcycYVFij6832xaBiQa1RQ1VmSfu5Qt1QrUtds=";
- rev = "6d3eb6de5e770ee26874bb7449934f0c55bd1efa";
+ url = "https://cgit.krebsco.de/reaktor2";
+ hash = "sha256-JPQyy0hDSH5JqQGjwoO5BNsD4qk+GKP1VH+j4/2cqes";
+ rev = "53a11f421fb18e8687fa06e5511cea8bd9defc36";
fetchSubmodules = true;
};
isLibrary = false;
diff --git a/submodules/krops b/submodules/krops
-Subproject 89e5e67659bbbf0da53cc2cc5dea644b9a2301f
+Subproject 3aa04be96f19cc5f4866b2b36a351f88f6667bd
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index c09e7f9b..bddd69ef 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -18,8 +18,8 @@ with import <stockholm/lib>;
environment.systemPackages = [
pkgs.firefox
pkgs.networkmanagerapplet
- (pkgs.pidgin-with-plugins.override {
- plugins = [ pkgs.pidginotr ];
+ (pkgs.pidgin.override {
+ plugins = [ pkgs.pidgin-otr ];
})
];
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index 21be2576..00bd5da1 100644
--- a/tv/1systems/mu/config.nix
+++ b/tv/1systems/mu/config.nix
@@ -63,8 +63,8 @@ with import <stockholm/lib>;
pkgs.iptables
pkgs.libreoffice
pkgs.plasma-pa
- (pkgs.pidgin-with-plugins.override {
- plugins = [ pkgs.pidginotr ];
+ (pkgs.pidgin.override {
+ plugins = [ pkgs.pidgin-otr ];
})
pkgs.skypeforlinux
pkgs.slock
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix
index ad82915f..44c7685e 100644
--- a/tv/1systems/querel/config.nix
+++ b/tv/1systems/querel/config.nix
@@ -26,8 +26,8 @@ with import <stockholm/lib>;
pkgs.gimp
pkgs.kate
pkgs.libreoffice
- (pkgs.pidgin-with-plugins.override {
- plugins = [ pkgs.pidginotr ];
+ (pkgs.pidgin.override {
+ plugins = [ pkgs.pidgin-otr ];
})
pkgs.sxiv
pkgs.texlive.combined.scheme-full
diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix
index 4f6643c7..5a018a16 100644
--- a/tv/5pkgs/default.nix
+++ b/tv/5pkgs/default.nix
@@ -1,4 +1,4 @@
-with import <stockholm/lib>;
+with import ../../lib;
let
pushBack = x: xs:
if elem x xs then
diff --git a/tv/5pkgs/override/default.nix b/tv/5pkgs/override/default.nix
index 4cc4749d..f719a9f6 100644
--- a/tv/5pkgs/override/default.nix
+++ b/tv/5pkgs/override/default.nix
@@ -1,4 +1,4 @@
-with import <stockholm/lib>;
+with import ../../../lib;
self: super:
mapNixDir (path: import path self super) ./.
diff --git a/tv/5pkgs/simple/default.nix b/tv/5pkgs/simple/default.nix
index 6ba4fec8..9fb45dd1 100644
--- a/tv/5pkgs/simple/default.nix
+++ b/tv/5pkgs/simple/default.nix
@@ -1,4 +1,4 @@
-with import <stockholm/lib>;
+with import ../../../lib;
self: super: