mesa: the build expression is not recursive

wip/yesman
Peter Simons 12 years ago
parent 099ccef982
commit ed7087a39b
  1. 7
      pkgs/development/libraries/mesa/default.nix

@ -7,9 +7,10 @@ if ! stdenv.lib.lists.elem stdenv.system stdenv.lib.platforms.mesaPlatforms then
throw "unsupported platform for Mesa"
else
let version = "9.0.2"; in
stdenv.mkDerivation rec {
let
version = "9.0.2";
in
stdenv.mkDerivation {
name = "mesa-${version}";
src = fetchurl {

Loading…
Cancel
Save