summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-03 19:57:38 +0200
committermakefu <github@syntax-fehler.de>2015-10-03 19:57:38 +0200
commit96a8a66cfb7fac2d4ca867c2dd91de2631649471 (patch)
tree40c080e63f1907fa1fcadf8d973fd26eff4538ce /makefu/5pkgs/default.nix
parentd5d3c9f8b300c507e8464d4083679f02badbd25f (diff)
add alsa-tools, working tinc_graphs
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r--makefu/5pkgs/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix
new file mode 100644
index 000000000..15dab1100
--- /dev/null
+++ b/makefu/5pkgs/default.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+
+let
+ inherit (pkgs) callPackage;
+in
+{
+ alsa-hdspmixer = callPackage ./alsa-tools { alsaToolTarget="hdspmixer";};
+ alsa-hdspconf = callPackage ./alsa-tools { alsaToolTarget="hdspconf";};
+ alsa-hdsploader = callPackage ./alsa-tools { alsaToolTarget="hdsploader";};
+ tinc_graphs = callPackage ./tinc_graphs {};
+}
[cgit] Unable to lock slot /tmp/cgit/42200000.lock: No such file or directory (2)