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
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
homepage = http://squeakvm.org/;
downloadPage = http://squeakvm.org/unix/index.html;
license = with licenses; [ asl20 mit ];
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
homepage = https://github.com/zsaleeba/picoc;
downloadPage = https://code.google.com/p/picoc/downloads/list;
license = licenses.bsd3;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2;
homepage = https://github.com/libguestfs/hivex;
maintainers = with maintainers; [offline];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
description = "Emulate a Cisco-style telnet command-line interface";
homepage = http://sites.dparrish.com/libcli;
license = licenses.lgpl21Plus;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
homepage = http://code.google.com/p/libfreefare/;
maintainers = with maintainers; [bobvanderlinden];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = http://libguestfs.org/;
maintainers = with maintainers; [offline];
platforms = with platforms; linux;
platforms = platforms.linux;
hydraPlatforms = [];
};
}
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
description = "Musical key detection for digital audio (C++ library)";
homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = licenses.gpl3Plus;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
homepage = http://code.google.com/p/libnfc/;
maintainers = with maintainers; [offline];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
description = "NX compression library";
homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs";
license = licenses.gpl2;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2;
homepage = https://01.org/linux-nfc;
maintainers = with maintainers; [ tstrobel ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://quesoglc.sourceforge.net/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ astsmtl ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
@@ -59,7 +59,7 @@ stdenv.mkDerivation {
description = "Basic Linear Algebra Subprograms";
license = licenses.bsd3;
homepage = "https://github.com/xianyi/OpenBLAS";
platforms = with platforms; unix;
platforms = platforms.unix;
maintainers = with maintainers; [ ttuegel ];
};
}
+1 -1
View File
@@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Google's open source JavaScript engine";
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux;
platforms = platforms.linux;
license = licenses.bsd3;
};
}
+1 -1
View File
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Google's open source JavaScript engine";
platforms = with platforms; linux;
platforms = platforms.linux;
license = licenses.bsd3;
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://alloy.mit.edu/;
downloadPage = http://alloy.mit.edu/alloy/download.html;
license = licenses.mit;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://coan2.sourceforge.net/;
license = licenses.bsd3;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
@@ -22,7 +22,7 @@ buildPerlPackage rec {
'';
homepage = http://www.gson.org/egypt/;
license = with licenses; [ artistic1 gpl1Plus ];
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
'';
homepage = http://include-what-you-use.org;
license = licenses.bsd3;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.benf.org/other/cfr/;
license = licenses.mit;
platforms = with platforms; all;
platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
homepage = https://docs.saucelabs.com/reference/sauce-connect/;
maintainers = with maintainers; [offline];
platforms = with platforms; platforms.linux;
platforms = platforms.linux;
};
}