all-packages: cleanup from last commit
This commit is contained in:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user