mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-09 16:41:58 +00:00
Add intelij idea community. Formatting in packages and fixes after update to 26.05
This commit is contained in:
+12
-7
@@ -1,13 +1,19 @@
|
||||
{ stdenv, python3, fetchFromGitHub, lib}:
|
||||
stdenv.mkDerivation
|
||||
rec {
|
||||
{
|
||||
stdenv,
|
||||
python3,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lh2ctrl";
|
||||
version = "1.1.0";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
(python3.withPackages (pythonPackages: with pythonPackages; [
|
||||
bluepy
|
||||
]))
|
||||
(python3.withPackages (
|
||||
pythonPackages: with pythonPackages; [
|
||||
bluepy
|
||||
]
|
||||
))
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -26,4 +32,3 @@ stdenv.mkDerivation
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user