tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
morituri: Add missing platforms attribute
Jascha Geerds
10 years ago
9e56b18c
5bc8f09b
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
morituri
default.nix
+1
pkgs/applications/audio/morituri/default.nix
···
48
48
description = "A CD ripper aiming for accuracy over speed";
49
49
maintainers = with maintainers; [ rycee jgeerds ];
50
50
license = licenses.gpl3Plus;
51
51
+
platforms = platforms.linux;
51
52
};
52
53
}