8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "keystone-engine";
16 sha256 = "020d1l1aqb82g36l8lyfn2j8c660mm6sh1nl4haiykwgdl9xnxfa";
20 "-DBUILD_SHARED_LIBS=ON"
21 "-DCMAKE_INSTALL_LIBDIR=lib"
31 description = "Lightweight multi-platform, multi-architecture assembler framework";
32 homepage = "https://www.keystone-engine.org";
33 license = licenses.gpl2Only;
34 maintainers = with maintainers; [ luc65r ];
35 mainProgram = "kstool";
36 platforms = platforms.unix;