forked from mirrors/nixpkgs
Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
parent
33a8e07d64
commit
c283a3da68
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue