treewide: Add lots of meta.platforms

Build-tested on x86_64 Linux & Mac.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:42:43 +03:00
parent 55b23aeff5
commit 21f17d69f6
890 changed files with 936 additions and 46 deletions
+1
View File
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "RSA utility";
homepage = http://bmrsa.sourceforge.net/;
license = licenses.gpl1;
platforms = platforms.linux;
};
}
+1
View File
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "An utility to reset the password of any user that has a valid local account on a Windows system";
maintainers = with stdenv.lib.maintainers; [ deepfire ];
license = licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
};
}
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Metasploit Framework - a collection of exploits";
homepage = https://github.com/rapid7/metasploit-framework/wiki;
platforms = stdenv.lib.platforms.unix;
};
}
+1
View File
@@ -34,6 +34,7 @@ yes
description = "Open soruce host-based instrusion detection system";
homepage = http://www.ossec.net;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}
+1
View File
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/carnager/rofi-pass;
maintainers = with stdenv.lib.maintainers; [ hiberno the-kenny ];
license = stdenv.lib.licenses.gpl3;
platforms = with stdenv.lib.platforms; linux;
};
}
+1
View File
@@ -43,5 +43,6 @@ in stdenv.mkDerivation rec {
description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl3;
platforms = with platforms; linux;
};
}
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://point-at-infinity.org/seccure/;
description = "Zero-configuration elliptic curve cryptography utility";
platforms = stdenv.lib.platforms.unix;
};
}
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/bitcoin-core/secp256k1;
license = with licenses; [ mit ];
maintainers = with maintainers; [ chris-martin ];
platforms = with platforms; unix;
};
}
+1
View File
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Shamir Secret Sharing Scheme";
homepage = http://point-at-infinity.org/ssss/;
platforms = stdenv.lib.platforms.unix;
};
}
+1
View File
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://steghide.sourceforge.net/;
description = "Steganography program that is able to hide data in various kinds of image- and audio-files";
license = licenses.gpl2;
platforms = platforms.linux;
};
}
+1
View File
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
in /etc/super.tab); and 2) setuid, which allows root to
execute a command under a different uid.
'';
platforms = stdenv.lib.platforms.linux;
};
}