guglielmo: migrate to pkgs/by-name
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
mkDerivation,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
@@ -9,14 +9,13 @@
|
||||
fdk_aac,
|
||||
faad2,
|
||||
fftwFloat,
|
||||
libsForQt5,
|
||||
libsndfile,
|
||||
libsamplerate,
|
||||
portaudio,
|
||||
qtmultimedia,
|
||||
qwt,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "guglielmo";
|
||||
version = "0.5";
|
||||
|
||||
@@ -34,6 +33,7 @@ mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
libsForQt5.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
airspy
|
||||
@@ -44,8 +44,8 @@ mkDerivation rec {
|
||||
libsndfile
|
||||
libsamplerate
|
||||
portaudio
|
||||
qtmultimedia
|
||||
qwt
|
||||
libsForQt5.qtmultimedia
|
||||
libsForQt5.qwt
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
@@ -1622,8 +1622,6 @@ with pkgs;
|
||||
|
||||
go2tv-lite = go2tv.override { withGui = false; };
|
||||
|
||||
guglielmo = libsForQt5.callPackage ../applications/radio/guglielmo { };
|
||||
|
||||
hinit = haskell.lib.compose.justStaticExecutables haskellPackages.hinit;
|
||||
|
||||
hwi = with python3Packages; toPythonApplication hwi;
|
||||
|
||||
Reference in New Issue
Block a user