mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
cmst: use Qt mkDerivation
This commit is contained in:
parent
b98adbc2d5
commit
a92f096bb6
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, qmake, qtbase }:
|
||||
{ mkDerivation, lib, fetchFromGitHub, qmake, qtbase }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
pname = "cmst";
|
||||
version = "2019.01.13";
|
||||
|
||||
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "QT GUI for Connman with system tray icon";
|
||||
homepage = https://github.com/andrew-bibb/cmst;
|
||||
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.matejc ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user