schroedinger: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-25 15:11:30 +02:00
parent cc0fc1724b
commit df776afc3d
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = http://diracvideo.org/;
maintainers = [ maintainers.spwhitt ];
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}