12 stdenv.mkDerivation rec {
16 src = fetchFromSourcehut {
20 hash = "sha256-aTcvs7QuDOx17U/yP37LhvIGxmm2WR/6qFYRtfjRN6w=";
28 buildInputs = [ wayland ];
30 passthru.updateScript = nix-update-script { };
33 homepage = "https://sr.ht/~emersion/libscfg";
34 description = "Simple configuration file format";
35 license = licenses.mit;
36 maintainers = with maintainers; [ michaeladler ];
37 platforms = platforms.linux;