Replace 'with plaforms; platform' with 'platforms.platform'

This commit is contained in:
Pascal Wittmann 2015-11-18 11:33:50 +01:00
parent 33a8e07d64
commit c283a3da68
6 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
homepage = http://ohnopub.net/~ohnobinki/bin_replace_string/;
downloadPage = ftp://ohnopub.net/mirror/;
license = licenses.gpl3Plus;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};

View file

@ -19,6 +19,6 @@ goPackages.buildGoPackage rec {
license = licenses.mit;
homepage = https://github.com/dbohdan/remarshal;
maintainers = with maintainers; [ offline ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}

View file

@ -19,6 +19,6 @@ goPackages.buildGoPackage rec {
license = licenses.mit;
homepage = https://bosun.org;
maintainers = with maintainers; [ offline ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}

View file

@ -30,6 +30,6 @@ goPackages.buildGoPackage rec {
license = licenses.asl20;
homepage = http://grafana.org/;
maintainers = with maintainers; [ offline ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}

View file

@ -22,6 +22,6 @@ goPackages.buildGoPackage rec {
license = licenses.asl20;
homepage = https://github.com/kubernetes/heapster;
maintainers = with maintainers; [ offline ];
platforms = with platforms; docker.meta.platforms;
platforms = docker.meta.platforms;
};
}

View file

@ -24,6 +24,6 @@ goPackages.buildGoPackage rec {
license = licenses.mit;
homepage = https://influxdb.com/;
maintainers = with maintainers; [ offline ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}