Tuomas Tynkkynen
2017-09-22 17:24:29 +03:00
parent 6237ece367
commit ab71280823
9 changed files with 9 additions and 9 deletions

View File

@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
homepage = "https://git.samba.org/?p=uid_wrapper.git;a=summary;";
license = licenses.bsd3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;
platforms = platforms.linux;
};
}