Skip to content

Commit 368b827

Browse files
committed
chore: fix pipewire devbox
1 parent 7093967 commit 368b827

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

devbox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
},
7676
"pipewire": {
7777
"version": "1.4.2",
78+
"outputs": ["out", "dev"],
7879
"platforms": ["x86_64-linux", "aarch64-linux"]
7980
}
8081
},

devbox.lock

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,76 @@
813813
}
814814
}
815815
},
816+
"pipewire@1.4.2": {
817+
"last_modified": "2025-06-17T18:11:34Z",
818+
"resolved": "github:NixOS/nixpkgs/f45e75fc63fc8a7ffc3da382b2f6b681c5b71875#pipewire",
819+
"source": "devbox-search",
820+
"version": "1.4.2",
821+
"systems": {
822+
"aarch64-linux": {
823+
"outputs": [
824+
{
825+
"name": "out",
826+
"path": "/nix/store/8ypcznrsp31ra2zma86z710s77wrxmc0-pipewire-1.4.2",
827+
"default": true
828+
},
829+
{
830+
"name": "man",
831+
"path": "/nix/store/rg867g1s89q2yi2bgw7iz4vfybwni5al-pipewire-1.4.2-man",
832+
"default": true
833+
},
834+
{
835+
"name": "dev",
836+
"path": "/nix/store/fir9s8ihzh6hk7k8xxgn7vwv9j5szsij-pipewire-1.4.2-dev"
837+
},
838+
{
839+
"name": "doc",
840+
"path": "/nix/store/cmdhmkf57xrc4ymlazbs3dxvyi4w9kxk-pipewire-1.4.2-doc"
841+
},
842+
{
843+
"name": "installedTests",
844+
"path": "/nix/store/l8ia7m5vs8bm11ds6k65sjjxhqk2bwfy-pipewire-1.4.2-installedTests"
845+
},
846+
{
847+
"name": "jack",
848+
"path": "/nix/store/kn375469pypvl86fljivmx8a59yh5vs6-pipewire-1.4.2-jack"
849+
}
850+
],
851+
"store_path": "/nix/store/8ypcznrsp31ra2zma86z710s77wrxmc0-pipewire-1.4.2"
852+
},
853+
"x86_64-linux": {
854+
"outputs": [
855+
{
856+
"name": "out",
857+
"path": "/nix/store/lwmv9vlbhmnj4bvd7y7bwxnhfbwbwzi6-pipewire-1.4.2",
858+
"default": true
859+
},
860+
{
861+
"name": "man",
862+
"path": "/nix/store/yr09s00svjbf8d369702k06f05k0jr5d-pipewire-1.4.2-man",
863+
"default": true
864+
},
865+
{
866+
"name": "installedTests",
867+
"path": "/nix/store/k3wpcp7pjf1yfl0jg2lds2cl3pwwl1d4-pipewire-1.4.2-installedTests"
868+
},
869+
{
870+
"name": "jack",
871+
"path": "/nix/store/y6bg8kbly9p7wyp0hyyqddgbjvxlpcjd-pipewire-1.4.2-jack"
872+
},
873+
{
874+
"name": "dev",
875+
"path": "/nix/store/b9rp3l556x481zhndjhsimyw611avkz2-pipewire-1.4.2-dev"
876+
},
877+
{
878+
"name": "doc",
879+
"path": "/nix/store/bv6bbjrlv89mdvi9igp0mhjn7ap4mnc7-pipewire-1.4.2-doc"
880+
}
881+
],
882+
"store_path": "/nix/store/lwmv9vlbhmnj4bvd7y7bwxnhfbwbwzi6-pipewire-1.4.2"
883+
}
884+
}
885+
},
816886
"pkg-config@0.29.2": {
817887
"last_modified": "2025-11-23T21:50:36Z",
818888
"resolved": "github:NixOS/nixpkgs/ee09932cedcef15aaf476f9343d1dea2cb77e261#pkg-config",

0 commit comments

Comments
 (0)