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
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = http://pcsclite.alioth.debian.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric wkennington ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -43,6 +43,6 @@ in stdenv.mkDerivation rec {
which is required to actually use your eID for authentication or signing.
'';
maintainers = with maintainers; [ nckx ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://www.vanheusden.com/gpgstats/;
license = licenses.gpl2;
maintainers = with maintainers; [ davidak ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = https://github.com/magnumripper/JohnTheRipper/;
maintainers = with maintainers; [ offline ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ buildPythonPackage rec {
homepage = "http://www.thoughtcrime.org/software/knockknock/";
license = licenses.gpl3;
maintainers = with maintainers; [ copumpkin ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
homepage = https://github.com/kernc/logkeys;
maintainers = with maintainers; [offline];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = http://code.google.com/p/mfcuk/;
maintainers = with maintainers; [ offline ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = http://code.google.com/p/mfoc/;
maintainers = with maintainers; [ offline ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
homepage = https://www.modsecurity.org/;
maintainers = with maintainers; [offline];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = http://www.vanheusden.com/nasty/;
license = licenses.gpl2;
maintainers = with maintainers; [ davidak ];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = http://pcsclite.alioth.debian.org/;
license = licenses.bsd3;
maintainers = with maintainers; [ viric wkennington ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
license = licenses.agpl3;
homepage = https://www.thc.org/thc-hydra/;
maintainers = with maintainers; [offline];
platforms = with platforms; unix;
platforms = platforms.unix;
};
}