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
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2;
homepage = http://augeas.net/;
maintainers = with maintainers; [offline];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool to copy data from a damaged block device";
maintainers = with maintainers; [ raskin iElectric ];
platforms = with platforms; linux;
platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
inherit version;
updateWalker = true;
+1 -1
View File
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "cat replacement";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ qknight ];
platforms = with platforms; all;
platforms = platforms.all;
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://foremost.sourceforge.net/;
license = licenses.publicDomain;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Disk I/O latency measuring tool";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; unix;
platforms = platforms.unix;
license = licenses.gpl3Plus;
homepage = https://github.com/koct9i/ioping;
};
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://www.vanheusden.com/iops/;
license = licenses.gpl2;
maintainers = with maintainers; davidak;
platforms = with platforms; linux; # build problems on Darwin
platforms = platforms.linux; # build problems on Darwin
};
}
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
description = "terminal mixer - multiplexer for the i/o of terminal applications";
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
platforms = with platforms; all;
platforms = platforms.all;
};
}
+1 -1
View File
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "task spooler - batch queue";
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
platforms = with platforms; all;
platforms = platforms.all;
};
}
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
'';
homepage = https://github.com/rpodgorny/uptimed/;
license = licenses.gpl2;
platforms = with platforms; linux;
platforms = platforms.linux;
};
patches = [ ./no-var-spool-install.patch ];