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

This commit is contained in:
Pascal Wittmann
2015-11-17 21:30:43 +01:00
parent 8ca605fccb
commit 7fd2796e99
95 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
disk heads, and an accelerometer device. It has no effect on SSD devices!
'';
license = licenses.gpl2;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
As with top, the items are displayed in order from most to least active.
'';
maintainers = with maintainers; [ nckx ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
'';
homepage = http://seasonofcode.com/pages/jfbview.html;
license = licenses.asl20;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit version;
homepage = http://horms.net/projects/kexec/kexec-tools;
description = "Tools related to the kexec Linux feature";
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Library and tools for non-uniform memory access (NUMA) machines";
homepage = http://oss.sgi.com/projects/libnuma/;
license = licenses.gpl2;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
};
}
+1 -1
View File
@@ -20,6 +20,6 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Tool for creating static Linux binaries";
platforms = with platforms; linux;
platforms = platforms.linux;
};
}