about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-06-05 00:32:33 +0200
committerProfpatsch <mail@profpatsch.de>2016-06-06 13:32:38 +0200
commitbab446318a9d06c135d6ebd05386842c5a93feea (patch)
tree7cdf0a80586b10cd1a612eb0b791d378aee93f98 /machines/profpatsch
parent975f6349269d280aae7c2e37f627622862cb3093 (diff)
machines/katara: fix audacity liblame
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 5fe7585c..39abd7a5 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -151,7 +151,7 @@ in {
       userPrograms = [
         abcde                # high-level cd-ripper with tag support
         anki                 # spaced repetition system
-        audacity lame        # audio editor and mp3 codec
+        audacity lame.lib    # audio editor and mp3 codec
         myPkgs.beets         # audio file metadata tagger
         # chromium             # browser
         (chromium.override { enablePepperFlash = true; })