all-packages: cleanup from last commit

This commit is contained in:
Matthew Bauer
2018-05-01 13:54:51 -05:00
parent 7ab8c886a4
commit a7d5c50034
5 changed files with 12 additions and 12 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, version }:
{ stdenv, fetchurl, unzip, version ? "1.24.3" }:
let
@@ -57,9 +57,9 @@ stdenv.mkDerivation {
'';
libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
dontStrip = true;
meta = {
platforms = [ "i686-linux" "x86_64-linux" ];
homepage = https://www.dartlang.org/;