mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libopenmpt: split lib and dev output
This commit is contained in:
parent
95947e7346
commit
6a53e71df9
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "libopenmpt";
|
||||
version = "0.5.10";
|
||||
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
|
||||
sha256 = "sha256-Waj6KNi432nLf6WXK9+TEIHatOHhFWxpoaU7ZcK+n/o=";
|
||||
|
|
Loading…
Reference in a new issue