mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
iio-sensor-proxy: 2.4 -> 2.5 (#48195)
This commit is contained in:
parent
751903fa64
commit
e820c4cdaa
@ -3,19 +3,23 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iio-sensor-proxy-${version}";
|
name = "iio-sensor-proxy-${version}";
|
||||||
version = "2.4";
|
version = "2.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hadess";
|
owner = "hadess";
|
||||||
repo = "iio-sensor-proxy";
|
repo = "iio-sensor-proxy";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1c8izq73c00gvv0jc6zby5hcircs4cb16a1d3ivp1i1iflknj46n";
|
sha256 = "06x1vvslsa44bgw8s5rr17q9i2ssbw0x04l75zsy3rql9r3y2jzg";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
runHook preConfigure
|
||||||
|
|
||||||
./autogen.sh --prefix=$out \
|
./autogen.sh --prefix=$out \
|
||||||
--with-udevrulesdir=$out/lib/udev/rules.d \
|
--with-udevrulesdir=$out/lib/udev/rules.d \
|
||||||
--with-systemdsystemunitdir=$out/lib/systemd/system
|
--with-systemdsystemunitdir=$out/lib/systemd/system
|
||||||
|
|
||||||
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user