as we dereference a variable in a string, the expression needs to be recursive.

This commit is contained in:
Jack Cummings 2012-10-21 21:59:23 -07:00
parent 5ded1fb645
commit 8ba64338f7

View File

@ -3,7 +3,7 @@
# need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "libshout-2.3.1";
src = fetchurl {