summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:16:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:16:57 +0200
commitb7a67e1787de3b28f8abdf9ec688936a105824bc (patch)
treeaecd1140f7ff78d4ba7a17ec872f11b226c69788 /hel.nix
parent2b163bb809ef8ae1e85ca7c573892e032d718563 (diff)
downloadnixos-b7a67e1787de3b28f8abdf9ec688936a105824bc.tar
nixos-b7a67e1787de3b28f8abdf9ec688936a105824bc.tar.gz
nixos-b7a67e1787de3b28f8abdf9ec688936a105824bc.tar.bz2
nixos-b7a67e1787de3b28f8abdf9ec688936a105824bc.tar.xz
nixos-b7a67e1787de3b28f8abdf9ec688936a105824bc.zip
maybe automake isnĀ“t playing nicely?
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 f51e5a95..181d9bd2 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 gnome.gtkdoc libtool pkgconfig ]); 69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake gnome.gtkdoc libtool pkgconfig ]);
70 70
71 preConfigure = "./autogen.sh"; 71 preConfigure = "./autogen.sh";
72 }); 72 });