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

wip/yesman
Jack Cummings 12 years ago
parent 5ded1fb645
commit 8ba64338f7
  1. 2
      pkgs/development/libraries/libshout/default.nix

@ -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 {

Loading…
Cancel
Save