summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:05:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:05:49 +0200
commitfebd1b7c014f59423aed1a063cafef31bb5c5f8a (patch)
tree13a3db31e6cbb9ee52a7e8db2c73eb3ac1450db2
parentcd6ff592c300bfb53313210ed584112f6296adb0 (diff)
downloadnixos-febd1b7c014f59423aed1a063cafef31bb5c5f8a.tar
nixos-febd1b7c014f59423aed1a063cafef31bb5c5f8a.tar.gz
nixos-febd1b7c014f59423aed1a063cafef31bb5c5f8a.tar.bz2
nixos-febd1b7c014f59423aed1a063cafef31bb5c5f8a.tar.xz
nixos-febd1b7c014f59423aed1a063cafef31bb5c5f8a.zip
scope
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index b4118867..43753587 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 gtkdoc ]); 69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc ]);
70 70
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}