Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
8d297d33a9
|
@ -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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 89e5e67659bbbf0da53cc2cc5dea644b9a2301f6
|
||||
Subproject commit 3aa04be96f19cc5f4866b2b36a351f88f6667bd2
|
|
@ -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 ];
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
with import <stockholm/lib>;
|
||||
with import ../../lib;
|
||||
let
|
||||
pushBack = x: xs:
|
||||
if elem x xs then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
with import <stockholm/lib>;
|
||||
with import ../../../lib;
|
||||
self: super:
|
||||
|
||||
mapNixDir (path: import path self super) ./.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
with import <stockholm/lib>;
|
||||
with import ../../../lib;
|
||||
|
||||
self: super:
|
||||
|
||||
|
|
Loading…
Reference in a new issue