summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:05:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:05:07 +0200
commitcd6ff592c300bfb53313210ed584112f6296adb0 (patch)
tree24fb846f8b6288f4d20fedc53a06adee3296361c /hel.nix
parenta40e7d6991f7102695097f6f5a5bec400e915da0 (diff)
downloadnixos-cd6ff592c300bfb53313210ed584112f6296adb0.tar
nixos-cd6ff592c300bfb53313210ed584112f6296adb0.tar.gz
nixos-cd6ff592c300bfb53313210ed584112f6296adb0.tar.bz2
nixos-cd6ff592c300bfb53313210ed584112f6296adb0.tar.xz
nixos-cd6ff592c300bfb53313210ed584112f6296adb0.zip
name
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index abd38730..b4118867 100644
--- a/hel.nix
+++ b/hel.nix
@@ -66,7 +66,7 @@
66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; 66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp";
67 }; 67 };
68 68
69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gtk-doc ]); 69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gtkdoc ]);
70 70
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}