6 gccStdenv.mkDerivation rec {
11 url = "http://www.mamachine.org/mslink/mslink_v${version}.tar.gz";
12 sha256 = "1qiwqa6w2in6gk4sxiy37c2wwpakin6l2ad2cf5s7ij96z2ijgqg";
16 rm mslink # clean up shipped executable
20 if [[ "$(uname)" == "Darwin" ]]; then
23 install -D mslink $out/bin/mslink
27 description = "Create Windows Shortcut Files (.LNK) without using Windows";
28 homepage = "http://www.mamachine.org/mslink/index.en.html";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ mkg20001 ];
31 platforms = platforms.unix;