Platforms needs to be a list
Should this really be x86_64-linux only? Why? svn path=/nixpkgs/trunk/; revision=30583
This commit is contained in:
parent
c13ff671a2
commit
7501456c94
@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://opalang.org/;
|
homepage = http://opalang.org/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
||||||
platforms = "x86_64-linux";
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user